]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Update.cpp
Salome HOME
Spell-checking
[modules/shaper.git] / src / Model / Model_Update.cpp
index 0083fede83207e291ee632440e91903281225225..8dce5e1ca80f7ed9c03fec99b32b54c209212191 100644 (file)
@@ -108,7 +108,7 @@ void Model_Update::processEvent(const std::shared_ptr<Events_Message>& theMessag
       }
       #endif
     }
-    // this event is for solver update, not here, do not react immideately
+    // this event is for solver update, not here, do not react immediately
     if (!isOnlyResults && !(theMessage->eventID() == kMovedEvent))
       processOperation(false);
   } else if (theMessage->eventID() == kOpFinishEvent || theMessage->eventID() == kOpAbortEvent ||
@@ -348,7 +348,7 @@ ModelAPI_ExecState stateByReference(ObjectPtr theTarget, const ModelAPI_ExecStat
 
 void Model_Update::updateArguments(FeaturePtr theFeature) {
   // perform this method also for disabled features: to make "not done" state for
-  // featuers referenced to the active and modified features
+  // features referenced to the active and modified features
 
   static ModelAPI_ValidatorsFactory* aFactory = ModelAPI_Session::get()->validators();