Salome HOME
Patch modules/med.git for Doxygen typos/grammar + misc. typos
[modules/med.git] / src / MEDCalc / tui / medconsole.py
index 4daee6a3e8a76be739bd795d0dcc34592d9bf9ae..4384b080e47b487d71fdd3d73432343cdf2372bd 100644 (file)
@@ -22,13 +22,13 @@ import medcalc
 dataManager = medcalc.medcorba.factory.getDataManager()
 
 # IMPORTANT NOTE:
-# the pyConsoleGlobals variable should hold the globals() dictionnary of
+# the pyConsoleGlobals variable should hold the globals() dictionary of
 # the python console context
 pyConsoleGlobals = None
 
 #-----
 # This function is to be called from the working python console to
-# specify the globals() dictionnary (used in fieldtools for stat analysis)
+# specify the globals() dictionary (used in fieldtools for stat analysis)
 #
 # >>> medcalc.setConsoleGlobals(globals())
 #