summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredbaunton <edbaunton@gmail.com>2018-06-20 12:46:08 +0000
committeredbaunton <edbaunton@gmail.com>2018-06-20 12:46:08 +0000
commit027939875ec4174e012db5b82b153b8f6b41c537 (patch)
tree2b8d7184bc557edcf450fa6d31cce52ebf9cdcf7
parent9064896a178b8e424e34cf1836178c76c6acdf9a (diff)
downloadcffi-027939875ec4174e012db5b82b153b8f6b41c537.tar.gz
Minor: Fix 'fucntion' typo in overview.rstedbaunton/minor-fix-fucntion-typo-in-overviewrst-1529498764587
-rw-r--r--doc/source/overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/overview.rst b/doc/source/overview.rst
index 9392abc..760a314 100644
--- a/doc/source/overview.rst
+++ b/doc/source/overview.rst
@@ -167,7 +167,7 @@ there, %s!\n"``. In general it is ``somestring.encode(myencoding)``.
*Python 3 on Windows:* ``ffi.dlopen(None)`` does not work. This problem
is messy and not really fixable. The problem does not occur if you try
-to call a fucntion from a specific DLL that exists on your system: then
+to call a function from a specific DLL that exists on your system: then
you use ``ffi.dlopen("path.dll")``.
*This example does not call any C compiler. It works in the so-called