[pypy-svn] r17467 - pypy/dist/pypy/rpython

pedronis at codespeak.net pedronis at codespeak.net
Sun Sep 11 18:28:35 CEST 2005


Author: pedronis
Date: Sun Sep 11 18:28:34 2005
New Revision: 17467

Modified:
   pypy/dist/pypy/rpython/objectmodel.py
Log:
change the name in the message too



Modified: pypy/dist/pypy/rpython/objectmodel.py
==============================================================================
--- pypy/dist/pypy/rpython/objectmodel.py	(original)
+++ pypy/dist/pypy/rpython/objectmodel.py	Sun Sep 11 18:28:34 2005
@@ -33,7 +33,7 @@
 # __ invoke XXX this doesn't seem completely the right place for this
 
 def hlinvoke(repr, llcallable, *args):
-    raise TypeError, "invoke is meant to be rtyped and not called direclty"
+    raise TypeError, "hlinvoke is meant to be rtyped and not called direclty"
 
 # ____________________________________________________________
 



More information about the Pypy-commit mailing list