summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-06-16 08:35:52 +0000
committeranatoly techtonik <techtonik@gmail.com>2014-06-16 08:35:52 +0000
commitead4e0b2598bc330feafb7394e8d1f3072b798e0 (patch)
tree15c004da731b035c437ee6353edda431c77f05a2
parent9c2ee9b4f7210017906b6efae1e8909f7569dfd9 (diff)
downloadcffi-ead4e0b2598bc330feafb7394e8d1f3072b798e0.tar.gz
index.rst: typo, edited online with Bitbucket
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d3a5c31..6461237 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -19,7 +19,7 @@ The interface is based on `LuaJIT's FFI`_, and follows a few principles:
functions directly (the way ctypes_ works) and level of the API
(Application Programming Interface) using compiler to validate and link
C language constructs. Usually, C libraries have a specified C API,
- bt often not an ABI (e.g. they may
+ but often not an ABI (e.g. they may
document a "struct" as having at least these fields, but maybe more).
* Try to be complete. For now some C99 constructs are not supported,