Author: Hiroshi Hatake <cosmo0920.o...@gmail.com>
Branch: fix-typo
Changeset: r3063:fd9081cfd060
Date: 2018-01-10 16:01 +0900
http://bitbucket.org/cffi/cffi/changeset/fd9081cfd060/

Log:    Fix a typo in cdef.rst

        intented &#8594; intended

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -701,7 +701,7 @@
 -------------------------------
 
 A few C libraries are actually hard to use correctly in a ``dlopen()``
-setting.  This is because most C libraries are intented for, and tested
+setting.  This is because most C libraries are intended for, and tested
 with, a situation where they are *linked* with another program, using
 either static linking or dynamic linking --- but from a program written
 in C, at start-up, using the linker's capabilities instead of
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to