Return-Path: Delivered-To: apmail-gump-commits-archive@www.apache.org Received: (qmail 51909 invoked from network); 27 Oct 2010 04:25:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Oct 2010 04:25:44 -0000 Received: (qmail 84691 invoked by uid 500); 27 Oct 2010 04:25:43 -0000 Mailing-List: contact commits-help@gump.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@gump.apache.org Delivered-To: mailing list commits@gump.apache.org Received: (qmail 84684 invoked by uid 99); 27 Oct 2010 04:25:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 04:25:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 04:25:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 380B523888EA; Wed, 27 Oct 2010 04:24:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1027812 - /gump/trunk/python/gump/util/process/command.py Date: Wed, 27 Oct 2010 04:24:43 -0000 To: commits@gump.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101027042443.380B523888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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):