[pypy-commit] pypy default: Typo

arigo noreply at buildbot.pypy.org
Sun Aug 12 22:49:40 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r56713:0b93935ed71d
Date: 2012-08-12 22:35 +0200
http://bitbucket.org/pypy/pypy/changeset/0b93935ed71d/

Log:	Typo

diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py
--- a/pypy/module/_cffi_backend/ccallback.py
+++ b/pypy/module/_cffi_backend/ccallback.py
@@ -93,7 +93,7 @@
 
     def print_error(self, operr):
         space = self.space
-        operr.write_unraisable(space, "in cffi callback", self.w_callable)
+        operr.write_unraisable(space, "cffi callback", self.w_callable)
 
     def write_error_return_value(self, ll_res):
         fresult = self.getfunctype().ctitem


More information about the pypy-commit mailing list