diff options
author | Hynek Schlawack <schlawack@variomedia.de> | 2013-10-03 13:13:55 +0200 |
---|---|---|
committer | Hynek Schlawack <schlawack@variomedia.de> | 2013-10-03 13:13:55 +0200 |
commit | 5cb03b2c442e6b2f9af95867058f8a48325874d8 (patch) | |
tree | bb8b3f782e1ac5fb46eb6f7158eb4405831d3914 /docs | |
parent | ca197befb9740adbd16d4517cdde3193937b795a (diff) | |
download | cryptography-5cb03b2c442e6b2f9af95867058f8a48325874d8.tar.gz cryptography-5cb03b2c442e6b2f9af95867058f8a48325874d8.tar.bz2 cryptography-5cb03b2c442e6b2f9af95867058f8a48325874d8.zip |
Fix typo in OpenSSL bindings docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bindings/openssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bindings/openssl.rst b/docs/bindings/openssl.rst index 79468cb4..241cc4d6 100644 --- a/docs/bindings/openssl.rst +++ b/docs/bindings/openssl.rst @@ -4,7 +4,7 @@ OpenSSL .. warning:: The OpenSSL API is not easy to use, small mistakes can lead to significant - security vulnerabilities. We strongly reccomend not using this directly, + security vulnerabilities. We strongly recommend not using this directly, and instead using one of the higher level APIs exposed by ``cryptography``. |