Salome HOME
typo-fix by Kunda
[modules/kernel.git] / src / KERNEL_PY / salome_iapp.py
index 8c6f8d7cd5b82248a578be1838dc7798657f0f27..0946fe371740172c82294740ce4284677b91aa22 100755 (executable)
@@ -144,7 +144,7 @@ class SalomeOutsideGUI(object):
 
     def IsInCurrentView(self, Entry):
         """Indicate if an entry is in current view"""
-        print "SalomeOutsideGUI.IsIncurentView: not available outside GUI"
+        print "SalomeOutsideGUI.IsIncurrentView: not available outside GUI"
         return False
         
     def getComponentName(self, ComponentUserName ):