[pypy-commit] pypy default-trivial-fixes: fix typo

numerodix noreply at buildbot.pypy.org
Thu Jul 31 09:58:53 CEST 2014


Author: Martin Matusiak <numerodix at gmail.com>
Branch: default-trivial-fixes
Changeset: r72619:c83a966e0c06
Date: 2014-07-30 22:07 +0200
http://bitbucket.org/pypy/pypy/changeset/c83a966e0c06/

Log:	fix typo

diff --git a/pypy/interpreter/pycompiler.py b/pypy/interpreter/pycompiler.py
--- a/pypy/interpreter/pycompiler.py
+++ b/pypy/interpreter/pycompiler.py
@@ -96,7 +96,7 @@
 
     XXX: This class should override the baseclass implementation of
          compile_command() in order to optimize it, especially in case
-         of incomplete inputs (e.g. we shouldn't re-compile from sracth
+         of incomplete inputs (e.g. we shouldn't re-compile from scratch
          the whole source after having only added a new '\n')
     """
     def __init__(self, space, override_version=None):


More information about the pypy-commit mailing list