Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahtahiriyo committed Apr 20, 2022
1 parent a8a552c commit 4e48faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/CommandCreateGeo.cpp
Expand Up @@ -2324,7 +2324,7 @@ template <> void DrawSketchHandlerRectangleBase::ToolWidgetManager::doEnforceWid

template <> void DrawSketchHandlerRectangleBase::ToolWidgetManager::adaptWidgetParameters(Base::Vector2d onSketchPos) {

// If checkboxes need synchronisation (they were changed by the DSH, e.g. by using 'M' to switch construction method), syncronise them and return.
// If checkboxes need synchronisation (they were changed by the DSH, e.g. by using 'M' to switch construction method), synchronise them and return.
if(syncCheckboxToHandler(WCheckbox::FirstBox, dHandler->roundCorners))
return;

Expand Down

0 comments on commit 4e48faf

Please sign in to comment.