From: spo Date: Tue, 24 May 2016 13:00:57 +0000 (+0300) Subject: Spell-checking X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=25ee18fb12a8d817fb53feb1f6cb5b483921e24c;p=modules%2Fshaper.git Spell-checking --- diff --git a/src/Model/Model_Data.cpp b/src/Model/Model_Data.cpp index 4dfabe551..1844bde49 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; \