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>
Fri, 17 Jun 2016 11:24:14 +0000 (14:24 +0300)
src/Model/Model_Data.cpp

index 4d1b40b223f8b6b50f0b3655de35410a9b0672ba..402dbd67982d5353a6d92e69e8175e62bf15cdd1 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; \