[pypy-svn] r71417 - pypy/build/bot2/pypybuildbot

fijal at codespeak.net fijal at codespeak.net
Mon Feb 22 17:26:32 CET 2010


Author: fijal
Date: Mon Feb 22 17:26:31 2010
New Revision: 71417

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Fix typo


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Mon Feb 22 17:26:31 2010
@@ -192,7 +192,7 @@
                                          workdir="."))
         
         self.addStep(ShellCmd(
-            descritpion="run benchmarks 1",
+            description="run benchmarks 1",
             command=["python", "pypy/translator/benchmark/jitbench.py",
                      "pypy/translator/goal/pypy-c"]))
 



More information about the Pypy-commit mailing list