From 9de452d02ed0be26a86526fed5695a3f1a3db3a3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 7 Nov 2013 13:28:23 -0800 Subject: Typo --- docs/hazmat/primitives/symmetric-encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 1aeb2a56..6fa71767 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -164,7 +164,7 @@ Modes in a transmitted message). Must be the same number of bytes as the ``block_size`` of the cipher. Each time - someting is encrypted a new + something is encrypted a new ``initialization_vector`` should be generated. Do not reuse an ``initialization_vector`` with -- cgit v1.2.3