diff --git a/src/Base/ParameterPy.cpp b/src/Base/ParameterPy.cpp index 5bc4b73e29..bed02daf7a 100644 --- a/src/Base/ParameterPy.cpp +++ b/src/Base/ParameterPy.cpp @@ -272,9 +272,9 @@ Py::Object ParameterGrpPy::getGroup(const Py::Tuple& args) // get the Handle of the wanted group Base::Reference handle = _cParamGrp->GetGroup(pstr); if (handle.isValid()) { - // crate a python wrapper class + // create a python wrapper class ParameterGrpPy *pcParamGrp = new ParameterGrpPy(handle); - // increment the reff count + // increment the ref count return Py::asObject(pcParamGrp); } else { diff --git a/src/Gui/Stylesheets/Behave-dark.qss b/src/Gui/Stylesheets/Behave-dark.qss index 46ce9fa8ce..8a7f5452a4 100644 --- a/src/Gui/Stylesheets/Behave-dark.qss +++ b/src/Gui/Stylesheets/Behave-dark.qss @@ -62,7 +62,7 @@ If you would like to change the overall look/style of the theme, just find and r BEHAVE DARK APPROVED COLORS ============================================================================================================ -2C333D //dark blue background (Ligher background if you ask me) +2C333D //dark blue background (Lighter background if you ask me) 909FB5 //light grey caret D2D8E1 //light grey foreground 434D5B //darker blue "invisibles" or "selection" diff --git a/src/Mod/Part/App/GeomPlate/BuildPlateSurfacePy.xml b/src/Mod/Part/App/GeomPlate/BuildPlateSurfacePy.xml index 4016dc8495..56207b3910 100644 --- a/src/Mod/Part/App/GeomPlate/BuildPlateSurfacePy.xml +++ b/src/Mod/Part/App/GeomPlate/BuildPlateSurfacePy.xml @@ -95,17 +95,17 @@ - Returns the max distance betwen the result and the constraints + Returns the max distance between the result and the constraints - Returns the max angle betwen the result and the constraints + Returns the max angle between the result and the constraints - Returns the max difference of curvature betwen the result and the constraints + Returns the max difference of curvature between the result and the constraints diff --git a/src/Mod/Path/App/VoronoiEdgePy.xml b/src/Mod/Path/App/VoronoiEdgePy.xml index 08324ff2ff..f6ade1eac4 100644 --- a/src/Mod/Path/App/VoronoiEdgePy.xml +++ b/src/Mod/Path/App/VoronoiEdgePy.xml @@ -42,25 +42,25 @@ - CCW next edge whithin voronoi cell + CCW next edge within voronoi cell - CCW previous edge whithin voronoi cell + CCW previous edge within voronoi cell - Rotated CCW next edge whithin voronoi cell + Rotated CCW next edge within voronoi cell - Rotated CCW previous edge whithin voronoi cell + Rotated CCW previous edge within voronoi cell diff --git a/src/Mod/Path/App/VoronoiEdgePyImp.cpp b/src/Mod/Path/App/VoronoiEdgePyImp.cpp index 4177302f24..9aee78b57f 100644 --- a/src/Mod/Path/App/VoronoiEdgePyImp.cpp +++ b/src/Mod/Path/App/VoronoiEdgePyImp.cpp @@ -359,7 +359,7 @@ PyObject* VoronoiEdgePy::toGeom(PyObject *args) // parabolic curve, which is always formed by a point and an edge Voronoi::point_type point = e->ptr->cell()->contains_point() ? e->dia->retrievePoint(e->ptr->cell()) : e->dia->retrievePoint(e->ptr->twin()->cell()); Voronoi::segment_type segment = e->ptr->cell()->contains_point() ? e->dia->retrieveSegment(e->ptr->twin()->cell()) : e->dia->retrieveSegment(e->ptr->cell()); - // the location is the mid point betwenn the normal on the segment through point + // the location is the mid point between the normal on the segment through point // this is only the mid point of the segment if the parabola is symmetric Voronoi::point_type loc; { diff --git a/src/Mod/Path/PathScripts/PathVcarve.py b/src/Mod/Path/PathScripts/PathVcarve.py index 02a4fb064a..4c049c1cc0 100644 --- a/src/Mod/Path/PathScripts/PathVcarve.py +++ b/src/Mod/Path/PathScripts/PathVcarve.py @@ -54,7 +54,7 @@ else: PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule()) -# Qt tanslation handling +# Qt translation handling def translate(context, text, disambig=None): return QtCore.QCoreApplication.translate(context, text, disambig) diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg index 9260349a24..95c5529f4a 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg @@ -2789,7 +2789,7 @@ edges - A purple surface made with several highlighted red edges whic represent transversal sections of the surface. + A purple surface made with several highlighted red edges which represent transversal sections of the surface. diff --git a/vagrant/etc/matplotlibrc b/vagrant/etc/matplotlibrc index c2d1a222f4..c0d7af288c 100644 --- a/vagrant/etc/matplotlibrc +++ b/vagrant/etc/matplotlibrc @@ -406,7 +406,7 @@ backend : TkAgg #savefig.format : png # png, ps, pdf, svg #savefig.bbox : standard # 'tight' or 'standard'. # 'tight' is incompatible with pipe-based animation - # backends but will workd with temporary file based ones: + # backends but will work with temporary file based ones: # e.g. setting animation.writer to ffmpeg will not work, # use ffmpeg_file instead #savefig.pad_inches : 0.1 # Padding to be used when bbox is set to 'tight'