Fix typo.

This commit is contained in:
Bob Lantz
2012-05-13 15:29:08 -07:00
parent b97c1dbd56
commit 6e64deec08
+1 -1
View File
@@ -52,7 +52,7 @@ def oldQuietRun( *cmd ):
# This is a bit complicated, but it enables us to # This is a bit complicated, but it enables us to
# monitor commount output as it is happening # monitor command output as it is happening
def errRun( *cmd, **kwargs ): def errRun( *cmd, **kwargs ):
"""Run a command and return stdout, stderr and return code """Run a command and return stdout, stderr and return code