diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-03 07:21:02 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-03 07:21:02 -0700 |
commit | 14fdcd186c9f6c7ccc1e6388347cd584822bc041 (patch) | |
tree | bb8b3f782e1ac5fb46eb6f7158eb4405831d3914 /docs | |
parent | ca197befb9740adbd16d4517cdde3193937b795a (diff) | |
parent | 5cb03b2c442e6b2f9af95867058f8a48325874d8 (diff) | |
download | cryptography-14fdcd186c9f6c7ccc1e6388347cd584822bc041.tar.gz cryptography-14fdcd186c9f6c7ccc1e6388347cd584822bc041.tar.bz2 cryptography-14fdcd186c9f6c7ccc1e6388347cd584822bc041.zip |
Merge pull request #84 from hynek/typo
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``. |