From 56e68313f292dc1b8773e95d27348d95fce107ba Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 27 Feb 2018 14:10:46 +0300 Subject: [PATCH] typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/975195177 --- ChangeLog | 2 +- bin/launchConfigureParser.py | 2 +- idl/SALOME_Launcher.idl | 2 +- src/KERNEL_PY/salome_iapp.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a768ca082..5404b1bef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50476,7 +50476,7 @@ * 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 diff --git a/bin/launchConfigureParser.py b/bin/launchConfigureParser.py index 06b9645d8..bde0a996e 100755 --- a/bin/launchConfigureParser.py +++ b/bin/launchConfigureParser.py @@ -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." diff --git a/idl/SALOME_Launcher.idl b/idl/SALOME_Launcher.idl index 6f5b12211..954b94e1f 100644 --- a/idl/SALOME_Launcher.idl +++ b/idl/SALOME_Launcher.idl @@ -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. diff --git a/src/KERNEL_PY/salome_iapp.py b/src/KERNEL_PY/salome_iapp.py index 8c6f8d7cd..0946fe371 100755 --- a/src/KERNEL_PY/salome_iapp.py +++ b/src/KERNEL_PY/salome_iapp.py @@ -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 ): -- 2.39.2