Salome HOME
Typo-fix by Kunda
[modules/kernel.git] / src / KERNEL_PY / salome_iapp.py
index 67413b0f83f6521fab48de063e387d87df9f2768..8c6f8d7cd5b82248a578be1838dc7798657f0f27 100755 (executable)
@@ -94,12 +94,12 @@ class SalomeOutsideGUI(object):
     
     def SelectedCount(self):
         """Get the number of active selections"""
-        print "SalomeOutsideGUI: no selection mecanism available outside GUI"
+        print "SalomeOutsideGUI: no selection mechanism available outside GUI"
         return 0
     
     def getSelected(self, i):
         """Get the selection number i """
-        print "SalomeOutsideGUI: no selection mecanism available outside GUI"
+        print "SalomeOutsideGUI: no selection mechanism available outside GUI"
         return none
     
     def AddIObject(self, Entry):