diff options
Diffstat (limited to 'docs/development/c-bindings.rst')
-rw-r--r-- | docs/development/c-bindings.rst | 2 |
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 |