diff --git a/MeshLib/Mesh.h b/MeshLib/Mesh.h
index 30889c6ddc943dc8b09ebde4d05d2606ef536fdd..1946050791bdb1507aca7b163658fbb19d29c0de 100644
--- a/MeshLib/Mesh.h
+++ b/MeshLib/Mesh.h
@@ -44,7 +44,7 @@ public:
 	/// Add an element to the mesh.
 	void addElement(Element* elem);
 
-	/// Returns the dimension of the mesh (determinded by the maximum dimension over all elements).
+	/// Returns the dimension of the mesh (determined by the maximum dimension over all elements).
 	unsigned getDimension() const { return _mesh_dimension; };
 
 	/// Get the minimum edge length over all elements of the mesh.