From: spo Date: Tue, 24 May 2016 13:00:57 +0000 (+0300) Subject: Spell-checking X-Git-Tag: V_2.4.0~91^2~106 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8b18aa31232cad26c763d0970d6864f1daee2d44;p=modules%2Fshaper.git Spell-checking --- diff --git a/src/Model/Model_Data.cpp b/src/Model/Model_Data.cpp index 4d1b40b22..402dbd679 100644 --- a/src/Model/Model_Data.cpp +++ b/src/Model/Model_Data.cpp @@ -187,7 +187,7 @@ AttributePtr Model_Data::addAttribute(const std::string& theID, const std::strin return aResult; } -// macro for gthe generic returning of the attribute by the ID +// macro for the generic returning of the attribute by the ID #define GET_ATTRIBUTE_BY_ID(ATTR_TYPE, METHOD_NAME) \ std::shared_ptr Model_Data::METHOD_NAME(const std::string& theID) { \ std::shared_ptr aRes; \