Merge pull request #4854 from luzpaz/typos

Fix source comment typos
This commit is contained in:
Yorik van Havre
2021-06-15 16:00:20 +02:00
committed by GitHub
5 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ class GuiTools:
def get_edit_point_context_menu(self, edit_command, obj, node_idx):
""" Get the context menu associated to edit points (user is over an editpoint)
Return a list of tuples containig menu labels and associated functions:
Return a list of tuples containing menu labels and associated functions:
return [
("action label", lambda: self.handle_action_label(edit_command, obj, node_idx)),
]
@@ -79,7 +79,7 @@ class GuiTools:
def get_edit_obj_context_menu(self, edit_command, obj, position):
""" Get the context menu associated to edited object (user is over the object)
Return a list of tuples containig menu labels and associated functions:
Return a list of tuples containing menu labels and associated functions:
return [
("action label", lambda: self.handle_action_label(edit_command, obj, position)),
]

View File

@@ -137,7 +137,7 @@ class Draft_SelectPlane:
self.display(FreeCAD.DraftWorkingPlane.axis)
return None
# Execute the actual task panel delayed to catch posible active Draft command
# Execute the actual task panel delayed to catch possible active Draft command
todo.delay(FreeCADGui.Control.showDialog, self.taskd)
_msg(translate(
"draft",