Index: Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/HydraulicBoundaryDatabaseImporter.cs =================================================================== diff -u -r81e1fdca83c2788db4466fca8055b3a5cea16171 -r90f8f834521f65ed3b1044e345b172040404e41e --- Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision 81e1fdca83c2788db4466fca8055b3a5cea16171) +++ Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision 90f8f834521f65ed3b1044e345b172040404e41e) @@ -146,7 +146,7 @@ } catch (CriticalFileReadException e) { - string errorMessage = string.Format(Resources.HydraulicBoundaryDatabaseImporter_Cannot_open_hydaulic_calculation_settings_file_0_, e.Message); + string errorMessage = string.Format(Resources.HydraulicBoundaryDatabaseImporter_Cannot_open_hydraulic_calculation_settings_file_0_, e.Message); throw new CriticalFileReadException(new FileReaderErrorMessageBuilder(filePath).Build(errorMessage)); } }