From: spo Date: Wed, 3 Jun 2015 10:27:48 +0000 (+0300) Subject: Spell-checking X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=be86172beb076dffaf27c830def4ac7d458d150d;p=modules%2Fshaper.git Spell-checking --- diff --git a/src/Events/Events_Message.h b/src/Events/Events_Message.h index 40027344a..c55149ff2 100644 --- a/src/Events/Events_Message.h +++ b/src/Events/Events_Message.h @@ -14,9 +14,9 @@ * \brief Identifier of the event kind. * * Each event ID is created in main Envent_Loop class - * that stores correspondance between the string-name of the + * that stores correspondence between the string-name of the * identifier and the pointer to the static string that is really - * used as an identifier (this is usefull for debugging of the events + * used as an identifier (this is useful for debugging of the events * with log files and in debugger). */ class EVENTS_EXPORT Events_ID diff --git a/src/Model/Model_Data.cpp b/src/Model/Model_Data.cpp index e3020d992..05b276c97 100644 --- a/src/Model/Model_Data.cpp +++ b/src/Model/Model_Data.cpp @@ -114,7 +114,7 @@ AttributePtr Model_Data::addAttribute(const std::string& theID, const std::strin } else if (theAttrType == ModelAPI_AttributeIntArray::typeId()) { anAttr = new Model_AttributeIntArray(anAttrLab); } - // create also GeomData attributes here because only here the OCAF strucure is known + // create also GeomData attributes here because only here the OCAF structure is known else if (theAttrType == GeomData_Point::typeId()) { anAttr = new GeomData_Point(anAttrLab); } else if (theAttrType == GeomData_Dir::typeId()) { diff --git a/src/ModelAPI/ModelAPI_Events.h b/src/ModelAPI/ModelAPI_Events.h index 741aa0a8b..e41c0999f 100644 --- a/src/ModelAPI/ModelAPI_Events.h +++ b/src/ModelAPI/ModelAPI_Events.h @@ -178,7 +178,7 @@ class ModelAPI_AttributeEvalMessage : public Events_Message return anId; } - /// usefull method that creates and sends the AttributeEvalMessage event + /// Useful method that creates and sends the AttributeEvalMessage event MODELAPI_EXPORT static void send(AttributePtr theAttribute, const void* theSender) { std::shared_ptr aMessage =