Salome HOME
typo-fix by Kunda
authoreap <eap@opencascade.com>
Tue, 27 Feb 2018 11:10:46 +0000 (14:10 +0300)
committereap <eap@opencascade.com>
Tue, 27 Feb 2018 11:10:46 +0000 (14:10 +0300)
http://www.salome-platform.org/forum/forum_9/975195177

ChangeLog
bin/launchConfigureParser.py
idl/SALOME_Launcher.idl
src/KERNEL_PY/salome_iapp.py

index a768ca08232a92c8114f79e2390555c22cb20efc..5404b1befdc2507461769d4d7896321675e0f51f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * src/Container/SALOME_Container.cxx:
 
        The main thread is now used for the execution of python functions. It is because of Python that allow signal handling only in the main thread. So the SuperVisionEngine may now Kill the execution of a python function.
-       Now the orb is runned in another thread started from the main thread.
+       Now the orb is run in another thread started from the main thread.
 
 2004-12-08 13:30  rahuel
 
index 06b9645d8b95798d861000f2b86540fd2f084741..bde0a996e935916307bd31aaf3dd69e944b0df1e 100755 (executable)
@@ -522,7 +522,7 @@ def CreateOptionParser (theAdditionalOptions=None, exeName=None):
                           dest="gui",
                           help=help_str)
 
-    # Show Desktop (inly in GUI mode). Default: True
+    # Show Desktop (only in GUI mode). Default: True
     help_str  = "1 to activate GUI desktop [default], "
     help_str += "0 to not activate GUI desktop (Session_Server starts, but GUI is not shown). "
     help_str += "Ignored in the terminal mode."
index 6f5b122111bb33879c15cc74e42e73ee5133f0e2..954b94e1ff06534ed10456774cfc3d29773bf213 100644 (file)
@@ -264,7 +264,7 @@ interface SalomeLauncher
   */
   void clearJobWorkingDir(in long job_id) raises (SALOME::SALOME_Exception);
 
-  //! Retrieve one sigle file from the working directory.
+  //! Retrieve one single file from the working directory.
   /*! Use this method if you don't want to copy all the results of the job,
       for instance if you want to obtain a file which contains the computing
       progress while the job is running.
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 ):