diff --git a/src/Gui/NavigationStyle.h b/src/Gui/NavigationStyle.h index 7f29a6acbe..7f51dcae34 100644 --- a/src/Gui/NavigationStyle.h +++ b/src/Gui/NavigationStyle.h @@ -100,7 +100,7 @@ public: enum RotationCenterMode { ScenePointAtCursor, /**< Find the point in the scene at the cursor position. If there is no point then the focal plane is used */ - FocalPointAtCursor /**< Find the point on the focal plane at the cursor postion. */ + FocalPointAtCursor /**< Find the point on the focal plane at the cursor position. */ }; public: diff --git a/src/Mod/Arch/importIFC.py b/src/Mod/Arch/importIFC.py index 34ee4d8b95..63b2bf1b8d 100644 --- a/src/Mod/Arch/importIFC.py +++ b/src/Mod/Arch/importIFC.py @@ -1512,7 +1512,7 @@ def export(exportList,filename): groups[obj.Name] = [o.Name for o in obj.Group] continue if (Draft.getType(obj) == "BuildingPart") and hasattr(obj,"IfcRole") and (obj.IfcRole == "Undefined"): - ifctype = "IfcBuildingStorey" # export BuildingParts as Storeys if their type wasn't explicitely set + ifctype = "IfcBuildingStorey" # export BuildingParts as Storeys if their type wasn't explicitly set if (Draft.getType(obj) == "BuildingPart") and hasattr(obj,"IfcRole") and (obj.IfcRole == "Building"): ifctype = "IfcBuilding" diff --git a/src/Mod/Path/App/Area.cpp b/src/Mod/Path/App/Area.cpp index 3afd055cf6..a6d6e148a0 100644 --- a/src/Mod/Path/App/Area.cpp +++ b/src/Mod/Path/App/Area.cpp @@ -755,7 +755,7 @@ struct WireJoiner { } } - // split any edges that are intersected by othe edge's end point in the middle + // split any edges that are intersected by other edge's end point in the middle void splitEdges() { #if (BOOST_VERSION < 105500) throw Base::RuntimeError("Module must be built with boost version >= 1.55"); diff --git a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp index 47a440759f..62f2fc7404 100644 --- a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp +++ b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp @@ -2771,7 +2771,7 @@ QString ViewProviderSketch::getPresentationString(const Constraint *constraint) { // Only hide the default length unit. Right now there is not an easy way // to get that from the Unit system so we have to manually add it here. - // Hopfully this can be added in the future so this code won't have to + // Hopefully this can be added in the future so this code won't have to // be updated if a new units schema is added. unitSys = Base::UnitsApi::getSchema(); diff --git a/src/Mod/TechDraw/Gui/QGIViewDimension.cpp b/src/Mod/TechDraw/Gui/QGIViewDimension.cpp index 14fed7f933..3c7a73225f 100644 --- a/src/Mod/TechDraw/Gui/QGIViewDimension.cpp +++ b/src/Mod/TechDraw/Gui/QGIViewDimension.cpp @@ -433,7 +433,7 @@ void QGIViewDimension::draw() margin = Rez::guiX(2.f); float scaler = 1.; - //intersection of extention lines and dimension line + //intersection of extension lines and dimension line Base::Vector3d startIntercept = DrawUtil::Intersect2d(startDist, dirExt, fauxCenter,dirDim); Base::Vector3d endIntercept = DrawUtil::Intersect2d(endDist, dirExt,