Salome HOME
Merge master branch into V9_dev.
[modules/geom.git] / src / GEOMBase / GEOMBase_Helper.cxx
index 808c58f50bc6fb2adffe3bc5137beb087b60b43b..9fb40605e4b87a0f2f4c932fd21d6fa52b9849c5 100755 (executable)
@@ -821,7 +821,7 @@ bool GEOMBase_Helper::checkViewWindow()
 //================================================================
 // Function : onAccept
 // Purpose  : This method should be called from dialog's slots onOk() and onApply()
-//            It perfroms user input validation, then it
+//            It performs user input validation, then it
 //            performs a proper operation and manages transactions, etc.
 //================================================================
 bool GEOMBase_Helper::onAccept( const bool publish, const bool useTransaction, bool erasePreviewFlag )
@@ -940,7 +940,7 @@ bool GEOMBase_Helper::onAccept( const bool publish, const bool useTransaction, b
   catch( const SALOME::SALOME_Exception& e ) {
     SalomeApp_Tools::QtCatchCorbaException( e );
     abortCommand();
-    MESSAGE("Exception catched")
+    MESSAGE("Exception caught")
   }
 
   updateViewer();