From 8b18aa31232cad26c763d0970d6864f1daee2d44 Mon Sep 17 00:00:00 2001 From: spo Date: Tue, 24 May 2016 16:00:57 +0300 Subject: [PATCH] Spell-checking --- src/Model/Model_Data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.39.2