[skip ci] Fix typos
Found via codespell v1.17.0.dev0 ``` codespell -i 3 -w -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 ./src/Mod/Arch/ ```
This commit is contained in:
@@ -400,7 +400,7 @@ With this copy, it gets the <Part.Face> the shape was originally extruded from,
|
||||
<Base.Vector> of the extrusion, and the <Base.Placement> needed to move the copy back to it's
|
||||
original location/orientation. It will return this data as a tuple.
|
||||
|
||||
If it encouters an object derived from a <Part::Multifuse>, it will return this data
|
||||
If it encounters an object derived from a <Part::Multifuse>, it will return this data
|
||||
as a tuple containing lists. The lists will contain the same data as above, from each
|
||||
of the objects within the multifuse.
|
||||
|
||||
|
||||
@@ -259,7 +259,7 @@ https://wiki.freecadweb.org/Arch_Wall
|
||||
"""
|
||||
|
||||
def GetResources(self):
|
||||
"""Returns a dictonary with the visual aspects of the Arch Wall tool."""
|
||||
"""Returns a dictionary with the visual aspects of the Arch Wall tool."""
|
||||
|
||||
return {'Pixmap' : 'Arch_Wall',
|
||||
'MenuText': QT_TRANSLATE_NOOP("Arch_Wall","Wall"),
|
||||
@@ -406,7 +406,7 @@ obj: <Part::PartFeature>, optional
|
||||
self.Activated()
|
||||
|
||||
def addDefault(self):
|
||||
"""Creates a wall using a line segment, with all paramters as the default.
|
||||
"""Creates a wall using a line segment, with all parameters as the default.
|
||||
|
||||
Used solely by _CommandWall.getPoint() when the interactive mode has selected
|
||||
two points.
|
||||
@@ -432,7 +432,7 @@ Part.LineSegment assigned as the variable "trace"
|
||||
def update(self,point):
|
||||
"""Callback for the mouse moving during the interactive mode.
|
||||
|
||||
Updates the active dialog box to show the co-ordinates of the location of the
|
||||
Updates the active dialog box to show the coordinates of the location of the
|
||||
cursor. It also shows the length the line would take, if the user selected that
|
||||
point.
|
||||
|
||||
@@ -617,7 +617,7 @@ https://wiki.freecadweb.org/Arch_MergeWalls
|
||||
"""
|
||||
|
||||
def GetResources(self):
|
||||
"""Returns a dictonary with the visual aspects of the Arch MergeWalls tool."""
|
||||
"""Returns a dictionary with the visual aspects of the Arch MergeWalls tool."""
|
||||
|
||||
return {'Pixmap' : 'Arch_MergeWalls',
|
||||
'MenuText': QT_TRANSLATE_NOOP("Arch_MergeWalls","Merge Walls"),
|
||||
|
||||
Reference in New Issue
Block a user