Skip to content

Commit

Permalink
Fix typos in source comments
Browse files Browse the repository at this point in the history
Found via `codespell`
  • Loading branch information
luzpaz authored and wwmayer committed Aug 29, 2020
1 parent 9f9d8e1 commit 4344f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathDressupPathBoundary.py
Expand Up @@ -110,7 +110,7 @@ def execute(self, obj):

boundary = obj.Stock.Shape
cmd = obj.Base.Path.Commands[0]
pos = cmd.Placement.Base # bogus m/c postion to create first edge
pos = cmd.Placement.Base # bogus m/c position to create first edge
bogusX = True
bogusY = True
commands = [cmd]
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/DrawSketchHandler.h
Expand Up @@ -113,7 +113,7 @@ class SketcherGuiExport DrawSketchHandler
void setCrosshairCursor(const char* svgName);

/**
* Returns contraints icons scaled to width.
* Returns constraints icons scaled to width.
**/
std::vector<QPixmap> suggestedConstraintsPixmaps(
std::vector<AutoConstraint> &suggestedConstraints);
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/Gui/MDIViewPage.h
Expand Up @@ -64,7 +64,7 @@ class TechDrawGuiExport MDIViewPage : public Gui::MDIView, public Gui::Selection
void onSelectionChanged(const Gui::SelectionChanges& msg);
void preSelectionChanged(const QPoint &pos);

/// QGraphicsScene seletion routines
/// QGraphicsScene selection routines
void selectQGIView(App::DocumentObject *obj, bool state);
void clearSceneSelection();
void blockSelection(bool isBlocked);
Expand Down

0 comments on commit 4344f6b

Please sign in to comment.