From 147aff0395521ed48abc76f940aa9ee4f3bfaba5 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Mon, 27 Jul 2015 07:44:30 +0300 Subject: [PATCH] PartDesign/Feature: minor gramma fix --- src/Mod/PartDesign/App/Feature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;