Fix typo that I introduced when reformatting lines.
authorBodo Möller <bodo@openssl.org>
Fri, 24 Sep 1999 20:24:24 +0000 (20:24 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 24 Sep 1999 20:24:24 +0000 (20:24 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 06477ac42bef6c9da9d4dae8362274bce832ea6e..1885ba65b6377524c5d0c8ca125e54e938c9960f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -97,7 +97,7 @@
      [Steve Henson]
 
   *) Fix a horrible bug in enc_read() in crypto/evp/bio_enc.c: if the first
      [Steve Henson]
 
   *) Fix a horrible bug in enc_read() in crypto/evp/bio_enc.c: if the first
-     dataread consists of only the final block it would not decrypted because
+     data read consists of only the final block it would not decrypted because
      EVP_CipherUpdate() would correctly report zero bytes had been decrypted.
      A misplaced 'break' also meant the decrypted final block might not be
      copied until the next read.
      EVP_CipherUpdate() would correctly report zero bytes had been decrypted.
      A misplaced 'break' also meant the decrypted final block might not be
      copied until the next read.