aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/c-bindings.rst
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-23 16:22:32 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-23 16:22:32 +0200
commit260e8870842fb19e29ce69e560f91c683e868771 (patch)
tree037273fa0f4243a923e3815685e936bfae83c134 /docs/development/c-bindings.rst
parent220a98ddfee87e049ddb91229b05e6f9c82a5ddf (diff)
downloadcryptography-260e8870842fb19e29ce69e560f91c683e868771.tar.gz
cryptography-260e8870842fb19e29ce69e560f91c683e868771.tar.bz2
cryptography-260e8870842fb19e29ce69e560f91c683e868771.zip
Spelling fix: library
Diffstat (limited to 'docs/development/c-bindings.rst')
-rw-r--r--docs/development/c-bindings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index 1349af73..dbcd62f5 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -183,7 +183,7 @@ version. For example, to check for OpenSSL 1.0.0 or newer::
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
-Sometimes, the version of a libray on a particular platform will have
+Sometimes, the version of a library on a particular platform will have
features that you thought it wouldn't, based on its version.
Occasionally, packagers appear to ship arbitrary VCS checkouts. As a
result, sometimes you may have to add separate ``#ifdef`` statements