diff --git a/MathLib/Point3d.h b/MathLib/Point3d.h
index 2eb46ee2252d253242319737be791aef0cb0057a..ae395c979dd94aad07bdbc35d3406f0f51219c09 100644
--- a/MathLib/Point3d.h
+++ b/MathLib/Point3d.h
@@ -81,7 +81,7 @@ inline bool operator<(Point3d const& a, Point3d const& b)
  * \param b second input point.
  * \param eps tolerance used in comparison of coordinates.
  *
- * \return true, if a is smaller then or equal to b according to the following
+ * \return true, if a is smaller than or equal to b according to the following
  * test \f$ |a_i - b_i| > \epsilon \cdot \min (|a_i|, |b_i|) \f$ \b and
  * \f$  |a_i - b_i| > \epsilon \f$ for all coordinates \f$ 0 \le i < 3 \f$.
  */
diff --git a/NumLib/DOF/MeshComponentMap.cpp b/NumLib/DOF/MeshComponentMap.cpp
index ee5b27b36b2d5946868ee226325fbc28e10b32c3..9c5344394f89db66b7afb0f53dda5bda35c7fc9b 100644
--- a/NumLib/DOF/MeshComponentMap.cpp
+++ b/NumLib/DOF/MeshComponentMap.cpp
@@ -119,7 +119,7 @@ MeshComponentMap MeshComponentMap::getSubset(
                         "Could not find a global index for global component "
                         "{:d} for the mesh '{:s}', node {:d}, in the "
                         "corresponding bulk mesh '{:s}' and node {:d}. This "
-                        "happens because the boundary mesh is larger then the "
+                        "happens because the boundary mesh is larger than the "
                         "definition region of the bulk component, usually "
                         "because the geometry for the boundary condition is "
                         "too large.",