Salome HOME
Issue #1063: Problem of dynamic cast on Linux for Selection validators is solved
[modules/shaper.git] / src / ModelAPI / ModelAPI_Entity.h
index 49503c3f5b0d7e7443945eef9844c6cbf4627822..5f97f6edd6bd92dbe34083cacbf130e7e896f683 100644 (file)
 /**\class ModelAPI_Entity
  * \ingroup DataModel
  * \brief Represents a common parent class for Objects and documents.
- * Provided in order to make possible distingiushing of objects and documents
+ * Provided in order to make possible distinguishing of objects and documents
  * by downcasting of their pointers.
  */
 class ModelAPI_Entity
 {
 public:
-  /// Empty function which is added for virtualisation of the interface
+  /// Empty function which is added for virtualiation of the interface
   virtual void emptyFunction() const {}
 };