Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsChartDataFactory.cs =================================================================== diff -u -r848c3a050bda5fb0dd74232deb7f1d5eba8ecbf6 -rab8c9b7b8f4ab2a55a810a32c3e0841dcf517f5e --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsChartDataFactory.cs (.../GrassCoverErosionInwardsChartDataFactory.cs) (revision 848c3a050bda5fb0dd74232deb7f1d5eba8ecbf6) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsChartDataFactory.cs (.../GrassCoverErosionInwardsChartDataFactory.cs) (revision ab8c9b7b8f4ab2a55a810a32c3e0841dcf517f5e) @@ -62,7 +62,7 @@ /// Create with default styling for a dike height. /// /// The created . - public static ChartLineData CreateDikeHeigthChartData() + public static ChartLineData CreateDikeHeightChartData() { return new ChartLineData(Resources.DikeHeight_ChartName) { @@ -75,7 +75,7 @@ /// /// The to update the name for. /// The used for obtaining the name. - /// When is null a default name is set (). + /// When is null a default name is set (). public static void UpdateDikeGeometryChartDataName(ChartLineData chartData, DikeProfile dikeProfile) { chartData.Name = dikeProfile != null @@ -90,7 +90,7 @@ /// /// The to update the name for. /// The used for obtaining the name. - /// A default name is set () when: + /// A default name is set () when: /// /// is null; /// the dike profile in is null;