Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil/TestWaveConditionsInputContext.cs
===================================================================
diff -u -r46fc5973d93a6f1844ab8a5e80f17096829cc90d -r4fe0f0d5253898a20cf0175c4b913aa74e8ad32f
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil/TestWaveConditionsInputContext.cs (.../TestWaveConditionsInputContext.cs) (revision 46fc5973d93a6f1844ab8a5e80f17096829cc90d)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil/TestWaveConditionsInputContext.cs (.../TestWaveConditionsInputContext.cs) (revision 4fe0f0d5253898a20cf0175c4b913aa74e8ad32f)
@@ -49,13 +49,13 @@
///
/// The wrapped wave conditions input.
/// The foreshore profiles.
- /// The assessment section.
+ /// The assessment section.
public TestWaveConditionsInputContext(TestWaveConditionsInput wrappedData,
IEnumerable foreshoreProfiles,
- IAssessmentSection assesmentSection)
+ IAssessmentSection assessmentSection)
: this(wrappedData,
new TestWaveConditionsCalculation(wrappedData),
- assesmentSection,
+ assessmentSection,
foreshoreProfiles) {}
///