From f048c66681dcd99dab54821730982c8afc5aa680 Mon Sep 17 00:00:00 2001 From: spo Date: Fri, 4 Dec 2015 12:51:06 +0300 Subject: [PATCH] Spell-checking --- src/ModelAPI/ModelAPI_Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModelAPI/ModelAPI_Document.h b/src/ModelAPI/ModelAPI_Document.h index 4edc005c9..0d3334b6b 100644 --- a/src/ModelAPI/ModelAPI_Document.h +++ b/src/ModelAPI/ModelAPI_Document.h @@ -101,7 +101,7 @@ public: //! Sets the current feature: all features below will be disabled, new features //! will be appended after this one. - //! \param theCurrent the selected feature as current: blow it everythin become disabled + //! \param theCurrent the selected feature as current: blow it everything become disabled //! \param theVisible use visible features only: flag is true for Object Browser functionality virtual void setCurrentFeature(std::shared_ptr theCurrent, const bool theVisible) = 0; -- 2.39.2