Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Service/GrassCoverErosionInwardsCalculationService.cs
===================================================================
diff -u -re8b8711d2a50bc82b5a3820171ada00bde2482bf -r21b3c63dbb18fdfe77eef508d6ca2d197090b672
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Service/GrassCoverErosionInwardsCalculationService.cs (.../GrassCoverErosionInwardsCalculationService.cs) (revision e8b8711d2a50bc82b5a3820171ada00bde2482bf)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Service/GrassCoverErosionInwardsCalculationService.cs (.../GrassCoverErosionInwardsCalculationService.cs) (revision 21b3c63dbb18fdfe77eef508d6ca2d197090b672)
@@ -108,7 +108,7 @@
///
/// - The contains invalid characters.
/// - The contribution of the failure mechanism is zero.
- /// - The target propability or the calculated propability of a dike height calculation falls outside
+ ///
- The target probability or the calculated probability of a dike height calculation falls outside
/// the [0.0, 1.0] range and is not .
///
/// Thrown when:
@@ -122,7 +122,7 @@
/// Thrown when the specified path is not valid or the network name is not known
/// or an I/O error occurred while opening the file
/// Thrown when the directory can't be created due to missing
- /// the required persmissions.
+ /// the required permissions.
/// Thrown when
/// is not the same with already added input.
/// Thrown when there was an error in opening the associated file
@@ -219,7 +219,7 @@
/// The target probability for the calculation.
/// A .
/// Thrown when
- /// or the calculated propability falls outside the [0.0, 1.0] range and is not .
+ /// or the calculated probability falls outside the [0.0, 1.0] range and is not .
private DikeHeightAssessmentOutput CreateDikeHeightAssessmentOutput(string calculationName,
double targetReliability,
double targetProbability)