You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/19 11:18:32 UTC

svn commit: r987098 - /gump/trunk/cron/gump.py

Author: bodewig
Date: Thu Aug 19 09:18:31 2010
New Revision: 987098

URL: http://svn.apache.org/viewvc?rev=987098&view=rev
Log:
typo

Modified:
    gump/trunk/cron/gump.py

Modified: gump/trunk/cron/gump.py
URL: http://svn.apache.org/viewvc/gump/trunk/cron/gump.py?rev=987098&r1=987097&r2=987098&view=diff
==============================================================================
--- gump/trunk/cron/gump.py (original)
+++ gump/trunk/cron/gump.py Thu Aug 19 09:18:31 2010
@@ -249,7 +249,7 @@ def tailFileToString(file, lines, eol = 
 
 def run_prepost_script(env_var, script_type):
     """
-    runs a local PRE or POST script if the corresponding envoronment
+    runs a local PRE or POST script if the corresponding environment
     variable has been specified and the script exists.
     """
     if os.environ.has_key(env_var):