[pypy-svn] r23256 - pypy/dist/pypy/module/sys

tismer at codespeak.net tismer at codespeak.net
Sun Feb 12 15:01:42 CET 2006


Author: tismer
Date: Sun Feb 12 15:01:39 2006
New Revision: 23256

Modified:
   pypy/dist/pypy/module/sys/state.py
Log:
tpyo

Modified: pypy/dist/pypy/module/sys/state.py
==============================================================================
--- pypy/dist/pypy/module/sys/state.py	(original)
+++ pypy/dist/pypy/module/sys/state.py	Sun Feb 12 15:01:39 2006
@@ -62,7 +62,7 @@
     return space.wrap(str(udir))
 _pypy_getudir._annspecialcase_ = "override:ignore"
 
-# we need the inderaction because this function will live in a dictionary with other 
+# we need the indirection because this function will live in a dictionary with other 
 # RPYTHON functions and share call sites with them. Better it not be a special-case
 # directly. 
 def pypy_getudir(space):



More information about the Pypy-commit mailing list