Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / RepairGUI / RepairGUI_ShapeProcessDlg.cxx
index 37880e93ed5d618c8762aba8a091627bb329bf6b..c073038e7241562a32e98a35a6be241d19002599 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.
 }