[pypy-svn] r23260 - pypy/dist/pypy/rpython/lltypesystem

pedronis at codespeak.net pedronis at codespeak.net
Sun Feb 12 21:12:38 CET 2006


Author: pedronis
Date: Sun Feb 12 21:12:36 2006
New Revision: 23260

Modified:
   pypy/dist/pypy/rpython/lltypesystem/exceptiondata.py
Log:
typo



Modified: pypy/dist/pypy/rpython/lltypesystem/exceptiondata.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/exceptiondata.py	(original)
+++ pypy/dist/pypy/rpython/lltypesystem/exceptiondata.py	Sun Feb 12 21:12:36 2006
@@ -77,7 +77,7 @@
                 if cls in self.standardexceptions and cls not in FORCE_ATTRIBUTES_INTO_CLASSES:
                     is_standard = True
                     assert not clsdef.attrs, (
-                        "%r should not have grown atributes" % (cls,))
+                        "%r should not have grown attributes" % (cls,))
                 else:
                     is_standard = (cls.__module__ == 'exceptions'
                                    and not clsdef.attrs)



More information about the Pypy-commit mailing list