[pypy-svn] r47850 - pypy/dist/pypy/lang/smalltalk
akuhn at codespeak.net
akuhn at codespeak.net
Wed Oct 24 18:51:29 CEST 2007
Author: akuhn
Date: Wed Oct 24 18:51:29 2007
New Revision: 47850
Modified:
pypy/dist/pypy/lang/smalltalk/constants.py
Log:
fixed typo in constants
Modified: pypy/dist/pypy/lang/smalltalk/constants.py
==============================================================================
--- pypy/dist/pypy/lang/smalltalk/constants.py (original)
+++ pypy/dist/pypy/lang/smalltalk/constants.py Wed Oct 24 18:51:29 2007
@@ -39,8 +39,8 @@
SO_DOES_NOT_UNDERSTAND = 20
SO_CANNOT_RETURN = 21
# no clue what 22 is doing
-SO_SPECIAL SELECTORS ARRAY = 23
-SO_CHARACTER TABLE ARRAY = 24
+SO_SPECIAL_SELECTORS_ARRAY = 23
+SO_CHARACTER_TABLE_ARRAY = 24
SO_MUST_BE_BOOLEAN = 25
SO_BYTEARRAY_CLASS = 26
SO_PROCESS_CLASS = 27
More information about the pypy-svn
mailing list