diff --git a/MeshLib/MeshGenerators/MeshLayerMapper.h b/MeshLib/MeshGenerators/MeshLayerMapper.h
index 854b544efd71f08ac57c2c39ba3a8db0d78ea74f..e4c4fa8e7815c114148d96c9fff9d1f9efce2341 100644
--- a/MeshLib/MeshGenerators/MeshLayerMapper.h
+++ b/MeshLib/MeshGenerators/MeshLayerMapper.h
@@ -56,8 +56,9 @@ public:
 	                        double noDataReplacementValue = 0.0);
 
 	/**
-	* Maps the elevation of nodes of a given 2D mesh according to the raster. At locations wher no
-	* information is given, node elevation is set to noDataReplacementValue.
+	* Maps the elevation of nodes of a given 2D mesh according to the raster. At
+	* locations where no information is given, node elevation is set to
+	* noDataReplacementValue.
 	*/
 	static bool layerMapping(MeshLib::Mesh &mesh, const GeoLib::Raster &raster, double noDataReplacementValue);