Fix various typos

Found with codespell
This commit is contained in:
luzpaz
2024-12-03 18:56:38 +00:00
committed by Chris Hennes
parent e3508d9228
commit 2d40efd555
12 changed files with 17 additions and 17 deletions

View File

@@ -157,7 +157,7 @@ class TaskAssemblyNewPart(JointObject.TaskAssemblyCreateJoint):
doc.recompute()
def expandLinkManually(self, link):
# Shoud not be necessary
# Should not be necessary
# This is a workaround of https://github.com/FreeCAD/FreeCAD/issues/17904
mw = Gui.getMainWindow()
trees = mw.findChildren(QtGui.QTreeWidget)

View File

@@ -141,7 +141,7 @@
<item>
<widget class="QPushButton" name="offset1Button">
<property name="toolTip">
<string>By clicking this button, you can set the attachement offset of the first marker (coordinate system) of the joint.</string>
<string>By clicking this button, you can set the attachment offset of the first marker (coordinate system) of the joint.</string>
</property>
<property name="text">
<string></string>
@@ -162,7 +162,7 @@
<item>
<widget class="QPushButton" name="offset2Button">
<property name="toolTip">
<string>By clicking this button, you can set the attachement offset of the second marker (coordinate system) of the joint.</string>
<string>By clicking this button, you can set the attachment offset of the second marker (coordinate system) of the joint.</string>
</property>
<property name="text">
<string></string>