]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Spell-checking
authorspo <sergey.pokhodenko@opencascade.com>
Thu, 17 Sep 2015 05:55:20 +0000 (08:55 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Thu, 17 Sep 2015 05:55:20 +0000 (08:55 +0300)
src/Model/Model_AttributeRefList.h
src/Model/Model_Objects.cpp
src/ModelAPI/ModelAPI_Object.h
src/ModelAPI/ModelAPI_Result.h

index c329662d0e66117d2ff174a54d2b2ecfd49d54f1..e92f5eae312dc2f6b08dbee10b8e09a91b97cad2 100644 (file)
@@ -16,7 +16,7 @@
 /**\class Model_AttributeRefList
  * \ingroup DataModel
  * \brief Attribute that contains list of references to features (located in the same document).
- * For the current moment it does not support references t oobjects in other documents.
+ * For the current moment it does not support references tobjects in other documents.
  */
 
 class Model_AttributeRefList : public ModelAPI_AttributeRefList
@@ -50,7 +50,7 @@ class Model_AttributeRefList : public ModelAPI_AttributeRefList
   /// Substitutes the feature by another one. Does nothing if such object is not found.
   MODEL_EXPORT virtual void substitute(const ObjectPtr& theCurrent, const ObjectPtr& theNew);
 
-  /// Substitutes the object by another one and back. So, features wil become exchanged in the list
+  /// Substitutes the object by another one and back. So, features will become exchanged in the list
   MODEL_EXPORT virtual void exchange(const ObjectPtr& theObject1, const ObjectPtr& theObject2);
 
   /// Removes the last element in the list.
index 535acd300ce5091d18906b1caebc770036e1bce0..2ac45f73153608560da3cd217c87a8e2cb980099 100644 (file)
@@ -769,7 +769,7 @@ void Model_Objects::synchronizeBackRefs()
   }
   std::list<std::pair<ResultPtr, bool> >::iterator aCIter = aConcealed.begin();
   for(; aCIter != aConcealed.end(); aCIter++) {
-    if (aCIter->first->isConcealed() != aCIter->second) { // somethign is changed => produce event
+    if (aCIter->first->isConcealed() != aCIter->second) { // something is changed => produce event
       if (aCIter->second) { // was concealed become not => creation event
         static Events_ID anEvent = Events_Loop::eventByName(EVENT_OBJECT_CREATED);
         ModelAPI_EventCreator::get()->sendUpdated(aCIter->first, anEvent);
index 591c75c002031a244002802ce32468da1d894be1..3ef14da91a56321ccbbe7bb8f8e88ed5418e7808 100644 (file)
@@ -69,7 +69,7 @@ class ModelAPI_Object: public ModelAPI_Entity
 
   /// Returns true if object must be displayed in the viewer: flag is stored in the
   /// data model, so on undo/redo, open/save or recreation of object by history-playing it keeps
-  /// the original state i nthe current transaction.
+  /// the original state ithe current transaction.
   MODELAPI_EXPORT virtual bool isDisplayed();
 
   /// Sets the displayed/hidden state of the object. If it is changed, sends the "redisplay"
index d71e5c3854199664ff3ff41deb5de824aaf18237..7e3e4ebba323552b5344d02083908ec8137c9d69 100644 (file)
@@ -43,7 +43,7 @@ class ModelAPI_Result : public ModelAPI_Object
   /// Enables/disables the result. The disabled result does not participate in any calculation
   /// and visualization: like it was removed. But it keeps the general parameters: colors, 
   /// visibility, etc.
-  /// \param theThis pointer to this object, needed to generate all events if it is neccessary
+  /// \param theThis pointer to this object, needed to generate all events if it is necessary
   /// \param theFlag makes disabled if it is true
   /// \returns true if state is really changed
   MODELAPI_EXPORT virtual bool setDisabled(std::shared_ptr<ModelAPI_Result> theThis,