diff --git a/src/Gui/View3DInventorRiftViewer.cpp b/src/Gui/View3DInventorRiftViewer.cpp
index 9718d497ec..49dd0be209 100644
--- a/src/Gui/View3DInventorRiftViewer.cpp
+++ b/src/Gui/View3DInventorRiftViewer.cpp
@@ -103,7 +103,7 @@ void View3DInventorRiftViewer::setSceneGraph(SoNode *sceneGraph)
void View3DInventorRiftViewer::keyPressEvent(QKeyEvent *event)
{
static const float increment = 0.02; // move two centimeter per key
- static const float rotIncrement = M_PI/4; // move two 90° per key
+ static const float rotIncrement = M_PI/4; // move two 90° per key
if (event->key() == Qt::Key_Plus) {
diff --git a/src/Mod/Draft/Resources/icons/Draft_Move.svg b/src/Mod/Draft/Resources/icons/Draft_Move.svg
index 6d85c93912..ce01222974 100644
--- a/src/Mod/Draft/Resources/icons/Draft_Move.svg
+++ b/src/Mod/Draft/Resources/icons/Draft_Move.svg
@@ -362,7 +362,7 @@
cross
- Four equally sized arrow heads at 90° to eachother, all joined at the tail
+ Four equally sized arrow heads at 90° to each other, all joined at the tail
diff --git a/src/Mod/OpenSCAD/expandplacements.py b/src/Mod/OpenSCAD/expandplacements.py
index 786289d560..c452528b1b 100644
--- a/src/Mod/OpenSCAD/expandplacements.py
+++ b/src/Mod/OpenSCAD/expandplacements.py
@@ -78,7 +78,7 @@ def expandplacementsmatrix(obj,matrix):
if likeprimitive(outobj.Base,True): #child of is like primtitive
outobj.Matrix = newmatrix
outobj.Base.Placement=FreeCAD.Placement()
- else: #remove the MatrixTranformation
+ else: #remove the MatrixTransformation
plainobj=outobj.Base
for parent in outobj.InList:
replaceobj.replaceobj(parent,outobj,plainobj)