From 913f8c49844c3b4d80d399d0dee3d40d0444fe6e Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Mon, 15 Oct 2012 07:41:23 +0200
Subject: [PATCH] fixed a typo

---
 MeshLib/Mesh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MeshLib/Mesh.h b/MeshLib/Mesh.h
index 30889c6ddc9..1946050791b 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.
-- 
GitLab