diff --git a/src/Mod/PartDesign/App/Feature.h b/src/Mod/PartDesign/App/Feature.h index c43bcb6d5..70c33cec2 100644 --- a/src/Mod/PartDesign/App/Feature.h +++ b/src/Mod/PartDesign/App/Feature.h @@ -59,7 +59,7 @@ public: /** * Returns the BaseFeature property's object (if any) * @param silent if couldn't determine the base feature and silent == true, - * silently return a nullptr, otherwice throw Base::Exception. + * silently return a nullptr, otherwise throw Base::Exception. * Default is false. */ virtual Part::Feature* getBaseObject(bool silent=false) const;