diff --git a/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp b/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp
index 47847e5944..84b94923e1 100644
--- a/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp
+++ b/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp
@@ -1046,7 +1046,7 @@ void StdMeshers_Penta_3D::MakeBlock()
if (iCnt>1) {
// \begin{E.A.}
// The current algorithm fails if there is more that one
- // face wich contains triangles ...
+ // face which contains triangles ...
// In that case, replace return by break to try another
// method (coded in "if (iCnt != 1) { ... }")
//
diff --git a/src/Mod/Arch/Resources/ui/preferences-arch.ui b/src/Mod/Arch/Resources/ui/preferences-arch.ui
index 5583cbf644..7f58ce7119 100644
--- a/src/Mod/Arch/Resources/ui/preferences-arch.ui
+++ b/src/Mod/Arch/Resources/ui/preferences-arch.ui
@@ -440,7 +440,7 @@
-
- Hidden geomety pattern
+ Hidden geometry pattern
diff --git a/src/Mod/Assembly/App/opendcm/core/clustergraph.hpp b/src/Mod/Assembly/App/opendcm/core/clustergraph.hpp
index fc32a8b5b2..3e715aed20 100644
--- a/src/Mod/Assembly/App/opendcm/core/clustergraph.hpp
+++ b/src/Mod/Assembly/App/opendcm/core/clustergraph.hpp
@@ -215,7 +215,7 @@ struct GlobalEdge {
* This is basically a boost adjacency_list with single linked lists 'listS' as storage for vertices and
* edges. The edges are undirected. This allows to use all boost graph algorithms and provides therefore
* an comprehensive way for analysing and manipulating its content. It further extends the class with the
- * possibility to cluster its content and to add properties and objects to all entitys. For more
+ * possibility to cluster its content and to add properties and objects to all entities. For more
* information, see the module ClusterGraph
*
* @tparam edge_prop a mpl::vector with properties which are added to local edges
diff --git a/src/Mod/Assembly/App/opendcm/core/property.hpp b/src/Mod/Assembly/App/opendcm/core/property.hpp
index eee5efc51d..529fd60d75 100644
--- a/src/Mod/Assembly/App/opendcm/core/property.hpp
+++ b/src/Mod/Assembly/App/opendcm/core/property.hpp
@@ -67,7 +67,7 @@ namespace dcm {
* retrieving it's reference with get-methods.
*
* Propertys are further designed to fit in the concept of compile-time modularisation. To allow the extension
- * of all data-holding entitys with new data types, propertys store their own purpose. Thats
+ * of all data-holding entities with new data types, propertys store their own purpose. Thats
* done by extending the property struct with a second typedef which is named kind and which specifies of which
* kind the property is. That means, that this typedef defines when the property shall be used and for which
* context it is designed for. Dependend on the propertys kind, it will be added to different places inside the dcm.
diff --git a/src/Mod/Assembly/Gui/CommandConstraints.cpp b/src/Mod/Assembly/Gui/CommandConstraints.cpp
index 1b0b775636..d19c1ea6f9 100644
--- a/src/Mod/Assembly/Gui/CommandConstraints.cpp
+++ b/src/Mod/Assembly/Gui/CommandConstraints.cpp
@@ -537,7 +537,7 @@ CmdAssemblyConstraintAlignment::CmdAssemblyConstraintAlignment()
{
sAppModule = "Assembly";
sGroup = QT_TR_NOOP("Assembly");
- sMenuText = QT_TR_NOOP("Constraint allignment...");
+ sMenuText = QT_TR_NOOP("Constraint alignment...");
sToolTipText = QT_TR_NOOP("Align the selected entities");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
diff --git a/src/Mod/Assembly/Gui/TaskAssemblyConstraints.ui b/src/Mod/Assembly/Gui/TaskAssemblyConstraints.ui
index 9ccb247c7e..4944fd68f9 100644
--- a/src/Mod/Assembly/Gui/TaskAssemblyConstraints.ui
+++ b/src/Mod/Assembly/Gui/TaskAssemblyConstraints.ui
@@ -233,7 +233,7 @@
- <html><head/><body><p>Setthe distance between first and second geometrie. Note that in many cases the shortes distance is used (e.g. line - line)</p></body></html>
+ <html><head/><body><p>Set the distance between first and second geometry. Note that in many cases the shortest distance is used (e.g. line - line)</p></body></html>
Distance
diff --git a/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp b/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp
index 2dada4ba86..e697c9164b 100644
--- a/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp
+++ b/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp
@@ -58,7 +58,7 @@ Dependency of pcl components:
common: none
features: common, kdtree, octree, search, (range_image)
filters: common, kdtree, octree, sample_consenus, search
-geomety: common
+geometry: common
io: common, octree
kdtree: common
keypoints: common, features, filters, kdtree, octree, search, (range_image)