Salome HOME
Add missing methods to the client interface of SObject.
[modules/kernel.git] / bin / launchConfigureParser.py
index 57c492797c978a1bb50f293b790b5fdb32688f70..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."
@@ -767,7 +767,7 @@ def CreateOptionParser (theAdditionalOptions=None, exeName=None):
     # wake up session
     help_str  = "Wake up a previously closed session. "
     help_str += "The session object is found in the naming service pointed by the variable OMNIORB_CONFIG. "
-    help_str += "If this variable is not setted, the last configuration is taken. "
+    help_str += "If this variable is not set, the last configuration is taken. "
     o_wake_up = optparse.Option("--wake-up-session",
                                 action="store_true",
                                 dest="wake_up_session", default=False,