[pypy-commit] cffi default: typo

arigo noreply at buildbot.pypy.org
Wed Jul 4 05:02:05 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r575:9f76757d3457
Date: 2012-07-04 04:16 +0200
http://bitbucket.org/cffi/cffi/changeset/9f76757d3457/

Log:	typo

diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -2781,7 +2781,7 @@
         */
         if (ct->ct_flags & CT_CUSTOM_FIELD_POS) {
             PyErr_SetString(PyExc_TypeError,
-                "cannot pass as a argument a struct that was completed "
+                "cannot pass as an argument a struct that was completed "
                 "with verify() (see _cffi_backend.c for details of why)");
             return NULL;
         }


More information about the pypy-commit mailing list