diff --git a/src/Mod/Fem/femmesh/meshtools.py b/src/Mod/Fem/femmesh/meshtools.py index cc5ffc3075..d1134f9dc1 100644 --- a/src/Mod/Fem/femmesh/meshtools.py +++ b/src/Mod/Fem/femmesh/meshtools.py @@ -1240,7 +1240,7 @@ def get_ref_facenodes_table( # try to use getccxVolumesByFace() to get the volume ids # of element with elementfaces on the ref_face # --> should work for tetra4 and tetra10 - # list of tupels (mv, ccx_face_nr) + # list of tuples (mv, ccx_face_nr) ref_face_volume_elements = femmesh.getccxVolumesByFace(ref_face) if ref_face_volume_elements: # mesh with tetras FreeCAD.Console.PrintLog( diff --git a/src/Mod/Import/App/dxf/dxf.cpp b/src/Mod/Import/App/dxf/dxf.cpp index c2afacd25a..e6abf227b3 100644 --- a/src/Mod/Import/App/dxf/dxf.cpp +++ b/src/Mod/Import/App/dxf/dxf.cpp @@ -2503,7 +2503,7 @@ void CDxfRead::OnReadArc(double start_angle, void CDxfRead::OnReadCircle(const double* center, double radius, bool hidden) { - // OnReadCircle wants a start point, so we pick an arbitrary point on the circunference + // OnReadCircle wants a start point, so we pick an arbitrary point on the circumference double s[3] = {center[0] + radius, center[1], center[2]}; OnReadCircle(s, diff --git a/src/Mod/Show/mTempoVis.py b/src/Mod/Show/mTempoVis.py index f33da1f3f6..599ae78217 100644 --- a/src/Mod/Show/mTempoVis.py +++ b/src/Mod/Show/mTempoVis.py @@ -226,11 +226,11 @@ class TempoVis(object): # def _inserted(self, stack, index): - """calles when this tv is inserted into a stack""" + """called when this tv is inserted into a stack""" self.stack = stack def _withdrawn(self, stack, index): - """calles when this tv is withdrawn from a stack""" + """called when this tv is withdrawn from a stack""" self.stack = None @property diff --git a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp index 9a588ac70d..481f796060 100644 --- a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp +++ b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp @@ -146,7 +146,7 @@ void DlgPrefsTechDrawAnnotationImp::loadSettings() if (ui->pcbLineStandard->count() > Preferences::lineStandard()) { ui->pcbLineStandard->setCurrentIndex(Preferences::lineStandard()); } - // we have to connect the slot after the inital load or the current standard will + // we have to connect the slot after the initial load or the current standard will // be set to index 0 when the widget is created connect(ui->pcbLineStandard, qOverload(&QComboBox::currentIndexChanged), this, &DlgPrefsTechDrawAnnotationImp::onLineStandardChanged); diff --git a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ExtensionDrawCosmCircle.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ExtensionDrawCosmCircle.svg index 94038641d5..53ad307405 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ExtensionDrawCosmCircle.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ExtensionDrawCosmCircle.svg @@ -16,7 +16,7 @@ version="1.1" id="svg8" inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" - sodipodi:docname="creates_cosmetic_circunference.svg"> + sodipodi:docname="creates_cosmetic_circumference.svg">