diff --git a/src/Mod/PartDesign/Gui/Command.cpp b/src/Mod/PartDesign/Gui/Command.cpp index 5784f1166f..e7c27222d1 100644 --- a/src/Mod/PartDesign/Gui/Command.cpp +++ b/src/Mod/PartDesign/Gui/Command.cpp @@ -1727,7 +1727,7 @@ void CmdPartDesignAdditiveHelix::activated(int iMsg) // If the initial helix creation fails then it leaves the base object invisible which makes things // more difficult for the user. - // To avoid this the base obejct will be made tmp. visible again. + // To avoid this the base object will be made tmp. visible again. if (Feat->isError()) { App::DocumentObject* base = static_cast(Feat)->BaseFeature.getValue(); if (base) {