[pypy-svn] r57974 - pypy/dist/pypy/module/posix

fijal at codespeak.net fijal at codespeak.net
Mon Sep 8 16:46:06 CEST 2008


Author: fijal
Date: Mon Sep  8 16:46:03 2008
New Revision: 57974

Modified:
   pypy/dist/pypy/module/posix/interp_posix.py
Log:
typo :-/


Modified: pypy/dist/pypy/module/posix/interp_posix.py
==============================================================================
--- pypy/dist/pypy/module/posix/interp_posix.py	(original)
+++ pypy/dist/pypy/module/posix/interp_posix.py	Mon Sep  8 16:46:03 2008
@@ -613,7 +613,7 @@
     except OSError, e:
         raise wrap_oserror(space, e)
     return space.w_None
-setgid.unwrap_spec = [ObjSpace, int]
+setegid.unwrap_spec = [ObjSpace, int]
 
 def chroot(space, path):
     """ chroot(path)



More information about the Pypy-commit mailing list