diff options
| author | Armin Rigo <arigo@tunes.org> | 2016-05-15 08:57:45 +0200 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2016-05-15 08:57:45 +0200 |
| commit | 7cf179a1270be74066e490faf5d420ea5af2d8a2 (patch) | |
| tree | 563bfba294d4efc9643fcebbde4c44b51354b779 /doc/source/embedding.rst | |
| parent | 02dcb95785056a39797b6938759a5888283a9c5c (diff) | |
| download | cffi-7cf179a1270be74066e490faf5d420ea5af2d8a2.tar.gz | |
typo
Diffstat (limited to 'doc/source/embedding.rst')
| -rw-r--r-- | doc/source/embedding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst index 73e0a88..d4a44b5 100644 --- a/doc/source/embedding.rst +++ b/doc/source/embedding.rst @@ -76,7 +76,7 @@ library. It is a file with the extension ``.dll`` on Windows, ``.dylib`` on Mac OS/X, or ``.so`` on other platforms. As usual, it is produced by generating some intermediate ``.c`` code and then calling the regular platform-specific C compiler. See below__ for -some pointers to C-level issues with using the probuced library. +some pointers to C-level issues with using the produced library. .. __: `Issues about using the .so`_ |
