]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Spell-checking
authorspo <sergey.pokhodenko@opencascade.com>
Wed, 3 Jun 2015 10:27:48 +0000 (13:27 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Fri, 5 Jun 2015 10:45:31 +0000 (13:45 +0300)
src/Events/Events_Message.h
src/Model/Model_Data.cpp
src/ModelAPI/ModelAPI_Events.h

index 40027344a7231cef442347b7cbfbb69c940f04b1..c55149ff21bf19037e97bd17d1aef7aaadbcaef0 100644 (file)
@@ -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
index e3020d992e929c8f6d9d7577cf804bedec53809f..05b276c97b422e8975c9ae259afc06c86510e9d6 100644 (file)
@@ -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()) {
index 741aa0a8b00465a03a8f6220a16a21c38870cc46..e41c0999f917ff496f5418011038233e6018bebf 100644 (file)
@@ -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<ModelAPI_AttributeEvalMessage> aMessage =