Skip to content

Commit

Permalink
Fix various typos [skip-ci]
Browse files Browse the repository at this point in the history
Found via `codespell v2.0.dev0`  
```
codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,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,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml
```
  • Loading branch information
luzpaz authored and wwmayer committed Oct 8, 2020
1 parent f91eb34 commit b0d7850
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/Base/ParameterPy.cpp
Expand Up @@ -272,9 +272,9 @@ Py::Object ParameterGrpPy::getGroup(const Py::Tuple& args)
// get the Handle of the wanted group
Base::Reference<ParameterGrp> 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 {
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/Stylesheets/Behave-dark.qss
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions src/Mod/Part/App/GeomPlate/BuildPlateSurfacePy.xml
Expand Up @@ -95,17 +95,17 @@
</Methode>
<Methode Name="G0Error" Const="true">
<Documentation>
<UserDocu>Returns the max distance betwen the result and the constraints</UserDocu>
<UserDocu>Returns the max distance between the result and the constraints</UserDocu>
</Documentation>
</Methode>
<Methode Name="G1Error" Const="true">
<Documentation>
<UserDocu>Returns the max angle betwen the result and the constraints</UserDocu>
<UserDocu>Returns the max angle between the result and the constraints</UserDocu>
</Documentation>
</Methode>
<Methode Name="G2Error" Const="true">
<Documentation>
<UserDocu>Returns the max difference of curvature betwen the result and the constraints</UserDocu>
<UserDocu>Returns the max difference of curvature between the result and the constraints</UserDocu>
</Documentation>
</Methode>
</PythonExport>
Expand Down
8 changes: 4 additions & 4 deletions src/Mod/Path/App/VoronoiEdgePy.xml
Expand Up @@ -42,25 +42,25 @@
</Attribute>
<Attribute Name="Next" ReadOnly="true">
<Documentation>
<UserDocu>CCW next edge whithin voronoi cell</UserDocu>
<UserDocu>CCW next edge within voronoi cell</UserDocu>
</Documentation>
<Parameter Name="Next" Type="Object"/>
</Attribute>
<Attribute Name="Prev" ReadOnly="true">
<Documentation>
<UserDocu>CCW previous edge whithin voronoi cell</UserDocu>
<UserDocu>CCW previous edge within voronoi cell</UserDocu>
</Documentation>
<Parameter Name="Prev" Type="Object"/>
</Attribute>
<Attribute Name="RotNext" ReadOnly="true">
<Documentation>
<UserDocu>Rotated CCW next edge whithin voronoi cell</UserDocu>
<UserDocu>Rotated CCW next edge within voronoi cell</UserDocu>
</Documentation>
<Parameter Name="RotNext" Type="Object"/>
</Attribute>
<Attribute Name="RotPrev" ReadOnly="true">
<Documentation>
<UserDocu>Rotated CCW previous edge whithin voronoi cell</UserDocu>
<UserDocu>Rotated CCW previous edge within voronoi cell</UserDocu>
</Documentation>
<Parameter Name="RotPrev" Type="Object"/>
</Attribute>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Path/App/VoronoiEdgePyImp.cpp
Expand Up @@ -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;
{
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathVcarve.py
Expand Up @@ -54,7 +54,7 @@
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)

Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vagrant/etc/matplotlibrc
Expand Up @@ -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'
Expand Down

0 comments on commit b0d7850

Please sign in to comment.