diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-29 20:44:53 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-29 20:44:53 -0700 |
commit | 4efe61a4d67b9c46ef6493e6eea698a6f3f31505 (patch) | |
tree | 9c6102ee96f5bbb3c872c43bc892c2ad38e15dae | |
parent | 8f1b8e88e6e9ed7d73661bb90f0e558059b610f3 (diff) | |
download | cryptography-4efe61a4d67b9c46ef6493e6eea698a6f3f31505.tar.gz cryptography-4efe61a4d67b9c46ef6493e6eea698a6f3f31505.tar.bz2 cryptography-4efe61a4d67b9c46ef6493e6eea698a6f3f31505.zip |
Typo fix
-rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1175e6f6..13bc23f8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ Changelog :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` no longer allows truncation of tags by default. Previous versions of ``cryptography`` allowed tags to be truncated by default, applications wishing to preserve this - behavior (not reccomended) can pass the ``min_tag_length`` argument. + behavior (not recommended) can pass the ``min_tag_length`` argument. * Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDFExpand`. * Added :class:`~cryptography.hazmat.primitives.ciphers.modes.CFB8` support for :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES` and |