Fix typo.
authorMarko Kreen <markokr@gmail.com>
Mon, 2 Aug 2010 14:10:12 +0000 (17:10 +0300)
committerMarko Kreen <markokr@gmail.com>
Mon, 2 Aug 2010 14:10:12 +0000 (17:10 +0300)
python/skytools/scripting.py

index cf50d42d6faff8195f81cd589b542d128db9593a..4be3aee39f72f1a8413865298ea75a00aa140d7b 100644 (file)
@@ -487,7 +487,7 @@ class DBScript(object):
                      help = "stop program safely (send SIGINT)")
         g.add_option("-k", "--kill",
                      action="store_const", const="kill", dest="cmd",
-                     help = "kill program immidiately (send SIGTERM)")
+                     help = "kill program immediately (send SIGTERM)")
         p.add_option_group(g)
 
         return p
@@ -759,7 +759,7 @@ class DBScript(object):
         """Here should user's processing happen.
 
         Return value is taken as boolean - if true, the next loop
-        starts immidiately.  If false, DBScript sleeps for a loop_delay.
+        starts immediately.  If false, DBScript sleeps for a loop_delay.
         """
         raise Exception("Nothing implemented?")