From ec04b0e9fc2e94bf3ee82e97ae321bd734727725 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 8 Feb 2018 13:23:25 -0500 Subject: [PATCH] Misc. typos --- src/Gui/View3DInventorRiftViewer.cpp | 2 +- src/Mod/Draft/Resources/icons/Draft_Move.svg | 2 +- src/Mod/OpenSCAD/expandplacements.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)