]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Spell-checking
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 24 May 2016 13:00:57 +0000 (16:00 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 24 May 2016 13:00:57 +0000 (16:00 +0300)
src/Model/Model_Data.cpp

index 4dfabe551219209f63f169f9f102b549b8c5e17b..1844bde4945007ae4590ea904692b9ad10d5e5a5 100644 (file)
@@ -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<ATTR_TYPE> Model_Data::METHOD_NAME(const std::string& theID) { \
     std::shared_ptr<ATTR_TYPE> aRes; \