X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_Attribute.h;h=22231be4b4382372c0036a17d2c1aee7b3148d5f;hb=c66d90377083e2611816b72500533d4ffbc73e19;hp=442e4e4a05065fa93dedaecb8721c5959a362232;hpb=a11ca8e50848c291ed13f920168622937ae3b8dc;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Attribute.h b/src/ModelAPI/ModelAPI_Attribute.h index 442e4e4a0..22231be4b 100644 --- a/src/ModelAPI/ModelAPI_Attribute.h +++ b/src/ModelAPI/ModelAPI_Attribute.h @@ -61,12 +61,12 @@ class ModelAPI_Attribute /// Returns true if attribute causes the result change MODELAPI_EXPORT bool isArgument(); - /// Immutable argument can not be changed programaticaly (e.g. by constraint) + /// Immutable argument can not be changed programmatically (e.g. by constraint) /// By default it is false. /// Returns the previous state of the attribute's immutability. MODELAPI_EXPORT bool setImmutable(const bool theFlag); - /// Returns true if can not be changed programaticaly + /// Returns true if can not be changed programmatically MODELAPI_EXPORT bool isImmutable(); /// ID of the attribute in Data