diff --git a/src/Mod/PartDesign/App/FeatureExtrude.cpp b/src/Mod/PartDesign/App/FeatureExtrude.cpp index 48ffee5da6..c0b82875f4 100644 --- a/src/Mod/PartDesign/App/FeatureExtrude.cpp +++ b/src/Mod/PartDesign/App/FeatureExtrude.cpp @@ -277,7 +277,7 @@ void FeatureExtrude::generateTaperedPrism(TopoDS_Shape& prism, void FeatureExtrude::updateProperties(const std::string &method) { // disable settings that are not valid on the current method - // disable everything unless we are sure we don't need it + // disable everything unless we are sure we need it bool isLengthEnabled = false; bool isLength2Enabled = false; bool isOffsetEnabled = false;