Salome HOME
typo-fix by Kunda
[modules/yacs.git] / bin / killSalomeWithPort.py
index fa8953b7c566830afa881bc83d928b625a855142..01d1eb39a2b9546e22a56162ec5c96d4e8e8de5a 100755 (executable)
@@ -217,9 +217,9 @@ def shutdownMyPort(port, cleanup=True):
     sys.exit(0) # see (1)
     pass
 # (1) If --shutdown-servers option is set to 1, session close procedure is
-# called twice: first explicitely by salome command, second by automatic
+# called twice: first explicitly by salome command, second by automatic
 # atexit to handle Ctrl-C. During second call, LCC does not exist anymore and
-# a RuntimeError is raised; we explicitely exit this function with code 0 to
+# a RuntimeError is raised; we explicitly exit this function with code 0 to
 # prevent parent thread from crashing.
 
 def __killMyPort(port, filedict):