From 6a3e76addb25916c3cd8b5dc738e0f7e60b13982 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 17 Feb 2021 15:55:47 +0100 Subject: [PATCH] PD: [skip ci] fix typo in comment --- src/Mod/PartDesign/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {