Salome HOME
Merge master branch into V9_dev.
[modules/geom.git] / src / RepairGUI / RepairGUI_ShapeProcessDlg.cxx
index 8c925a132feedb7eea62a379ae771469d538e02b..fadf94ac94484658e9b913109bb01098786b56d4 100755 (executable)
@@ -712,7 +712,7 @@ bool RepairGUI_ShapeProcessDlg::execute( ObjectList& objects )
   }
 
   if ( !anErrorObjNames.empty() )
-    MESSAGE( "ERRORS occured while processing the following objects: " << anErrorObjNames.join( " " ).toLatin1().data() );
+    MESSAGE( "ERRORS occurred while processing the following objects: " << anErrorObjNames.join( " " ).toLatin1().data() );
     
   return anErrorObjNames.size() < myObjects->length(); // true if at least one object was OK, false if ALL objects were nil after Healing.
 }