Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/RingtoetsPipingSurfaceLineUpdateStrategy.cs =================================================================== diff -u -r0122d4ac58ee6f7be4ff804db1f6c65e88ce4562 -rf7cf0aa90e0d435fc03c42790368ad02a0889411 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/RingtoetsPipingSurfaceLineUpdateStrategy.cs (.../RingtoetsPipingSurfaceLineUpdateStrategy.cs) (revision 0122d4ac58ee6f7be4ff804db1f6c65e88ce4562) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/RingtoetsPipingSurfaceLineUpdateStrategy.cs (.../RingtoetsPipingSurfaceLineUpdateStrategy.cs) (revision f7cf0aa90e0d435fc03c42790368ad02a0889411) @@ -36,7 +36,7 @@ /// Strategy for updating the current surface lines with the imported surface lines: /// - Adds imported surface lines that are not part of the current collection. /// - Removes surface lines that are part of the current collection, but are not part of the imported surface line collection - /// - Updates the surface lines that are part of the current collection and are poart of the imported sufrace line collection + /// - Updates the surface lines that are part of the current collection and are part of the imported surface line collection /// public class RingtoetsPipingSurfaceLineUpdateDataStrategy : ISurfaceLineUpdateSurfaceLineStrategy { @@ -145,7 +145,7 @@ #endregion - #region Updating surface line helpers + #region Updating surface line helper private IEnumerable UpdateSurfaceLines(IEnumerable updatedSurfaceLines, IList readSurfaceLines)