Salome HOME
Spell-checking
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeInteger.h
index e683166d32179ffcc6c9a92b63a2c576d8fe985e..d16924a98feb67e4822e11f6eb8859d3f13b8241 100644 (file)
@@ -24,7 +24,7 @@ class ModelAPI_AttributeInteger : public ModelAPI_Attribute
   /// Defines the integer value
   MODELAPI_EXPORT virtual void setValue(const int theValue) = 0;
 
-  /// Returns the inhteger value
+  /// Returns the integer value
   MODELAPI_EXPORT virtual int value() = 0;
 
   /// Returns the type of this class of attributes