Salome HOME
Improve Model package coverage: remove unused methods, open/save tests improvements
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeDocRef.h
index 1a9d5abc074f369764b0ac8e910692b12443412d..8dc5122ff12fd2c0172c99811c9a88656fe7314f 100644 (file)
@@ -38,7 +38,7 @@ class ModelAPI_AttributeDocRef : public ModelAPI_Attribute
   /// Returns document referenced from this attribute
   MODELAPI_EXPORT virtual std::shared_ptr<ModelAPI_Document> value() = 0;
 
-  /// Returns the persisten ID of the document
+  /// Returns the persistent ID of the document
   MODELAPI_EXPORT virtual int docId() = 0;
 
   /// Returns the type of this class of attributes