[pypy-commit] cffi default: typo

arigo noreply at buildbot.pypy.org
Mon Jul 9 20:20:10 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r616:d582d98e15f0
Date: 2012-07-09 20:19 +0200
http://bitbucket.org/cffi/cffi/changeset/d582d98e15f0/

Log:	typo

diff --git a/c/wchar_helper.h b/c/wchar_helper.h
--- a/c/wchar_helper.h
+++ b/c/wchar_helper.h
@@ -50,7 +50,7 @@
                 if (((unsigned int)*w) > 0x10FFFF) {
                     PyErr_Format(PyExc_ValueError,
                                  "wchar_t out of range for "
-                                 "convertion to unicode: 0x%x", (int)*w);
+                                 "conversion to unicode: 0x%x", (int)*w);
                     Py_DECREF(unicode);
                     return NULL;
                 }


More information about the pypy-commit mailing list