Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/DistributionAssert.cs =================================================================== diff -u -r2ce297977651104992063303f71410e6dad9b834 -r91e808c7d6bb3884977b8d4e74b9c6cc28394329 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/DistributionAssert.cs (.../DistributionAssert.cs) (revision 2ce297977651104992063303f71410e6dad9b834) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/DistributionAssert.cs (.../DistributionAssert.cs) (revision 91e808c7d6bb3884977b8d4e74b9c6cc28394329) @@ -26,7 +26,7 @@ namespace Ringtoets.Common.Data.TestUtil { /// - /// Class to assert the properties of the probability distributions. + /// Class to assert the properties of the probabilistic distributions. /// public static class DistributionAssert { @@ -41,7 +41,7 @@ /// /// The probability distribution types. /// The values for the mean and/or the standard deviation. - /// The precision for the mean and or the standard deviation. + /// The precision for the mean and/or the standard deviation. /// public static void AreEqual(IDistribution expectedDistribution, IDistribution actualDistribution) { @@ -62,7 +62,7 @@ /// /// The probability distribution types. /// The values for the mean and/or the variation. - /// The precision for the mean and or the variation. + /// The precision for the mean and/or the variation. /// public static void AreEqual(IVariationCoefficientDistribution expectedDistribution, IVariationCoefficientDistribution actualDistribution) {