From 3492d0cca25e8903402dd35e45c963eabc750ac6 Mon Sep 17 00:00:00 2001 From: tajchman Date: Mon, 24 May 2004 01:45:15 +0000 Subject: [PATCH] petite correction d'orthographe --- bin/runSalome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runSalome.py b/bin/runSalome.py index d39035584..3099d0dd1 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -373,7 +373,7 @@ def startSalome(): end_time = os.times() print - print "Start SALOME, elpased time : %5.1f seconds"% (end_time[4] - init_time[4]) + print "Start SALOME, elapsed time : %5.1f seconds"% (end_time[4] - init_time[4]) return clt -- 2.39.2