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/10/27 06:24:43 UTC

svn commit: r1027812 - /gump/trunk/python/gump/util/process/command.py

Author: bodewig
Date: Wed Oct 27 04:24:42 2010
New Revision: 1027812

URL: http://svn.apache.org/viewvc?rev=1027812&view=rev
Log:
spelling

Modified:
    gump/trunk/python/gump/util/process/command.py

Modified: gump/trunk/python/gump/util/process/command.py
URL: http://svn.apache.org/viewvc/gump/trunk/python/gump/util/process/command.py?rev=1027812&r1=1027811&r2=1027812&view=diff
==============================================================================
--- gump/trunk/python/gump/util/process/command.py (original)
+++ gump/trunk/python/gump/util/process/command.py Wed Oct 27 04:24:42 2010
@@ -200,7 +200,7 @@ class Cmd:
         for p in params.items():
           self.params.addNamedParameter(p.name,p.value,p.separator,p.prefix)
         
-    def addEnvirionment(self,name,val=None):
+    def addEnvironment(self,name,val=None):
         self.env[name]=val
         
     def formatCommandLine(self):