From 590cbd85e3fc5d140eaf40c3ee65c93bda2ce332 Mon Sep 17 00:00:00 2001 From: luz paz Date: Sat, 19 Dec 2020 07:28:39 -0500 Subject: [PATCH] Fix typos [skip ci] Found via `codespell v2.1.dev0` ``` codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,apoints,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,click,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millim,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLogpios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml ``` --- src/Mod/Path/PathScripts/PathProfile.py | 2 +- src/Mod/Sketcher/App/GeometryFacade.h | 2 +- src/Mod/Sketcher/App/planegcs/GCS.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathProfile.py b/src/Mod/Path/PathScripts/PathProfile.py index 7fb10fe979..8112b81840 100644 --- a/src/Mod/Path/PathScripts/PathProfile.py +++ b/src/Mod/Path/PathScripts/PathProfile.py @@ -262,7 +262,7 @@ class ObjectProfile(PathAreaOp.ObjectOp): return params def areaOpAreaParamsExpandProfile(self, obj, isHole): - '''areaOpPathParamsExpandProfile(obj, isHole) ... return dictionary with area parameters for expaned profile''' + '''areaOpPathParamsExpandProfile(obj, isHole) ... return dictionary with area parameters for expanded profile''' params = {} params['Fill'] = 1 diff --git a/src/Mod/Sketcher/App/GeometryFacade.h b/src/Mod/Sketcher/App/GeometryFacade.h index 579f14805a..31cac6809d 100644 --- a/src/Mod/Sketcher/App/GeometryFacade.h +++ b/src/Mod/Sketcher/App/GeometryFacade.h @@ -83,7 +83,7 @@ class GeometryFacadePy; // } // // -// Note: The standard GeometryFacade stores Part::Geometry derived clases as a Part::Geometry *, while +// Note: The standard GeometryFacade stores Part::Geometry derived classes as a Part::Geometry *, while // it has the ability to return a dynamic_cast-ed version to a provided type as follows: // // HLine->getGeometry(); diff --git a/src/Mod/Sketcher/App/planegcs/GCS.cpp b/src/Mod/Sketcher/App/planegcs/GCS.cpp index 292e9fe73d..aca4cad8dd 100644 --- a/src/Mod/Sketcher/App/planegcs/GCS.cpp +++ b/src/Mod/Sketcher/App/planegcs/GCS.cpp @@ -3880,7 +3880,7 @@ SolverReportingManager::Manager().LogToFile("GCS::System::diagnose()\n"); makeReducedJacobian(J, jacobianconstraintmap, pdiagnoselist, tagmultiplicity); - // this function will exit with a diagnosis and, unless overriden by functions below, with full DoFs + // this function will exit with a diagnosis and, unless overridden by functions below, with full DoFs hasDiagnosis = true; dofs = pdiagnoselist.size();