Fix typo on blowfish manual page
authorLutz Jänicke <jaenicke@openssl.org>
Sat, 19 Feb 2005 10:26:18 +0000 (10:26 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Sat, 19 Feb 2005 10:26:18 +0000 (10:26 +0000)
PR: 1010
Submitted by: Marc Balmer <mbalmer@openbsd.org>

doc/crypto/blowfish.pod

index ed71334f5618331f190b28667e4f4d3f79cd02c9..5b2d274c15fe9bd4ee9a3eab08afdef7a5b5bee3 100644 (file)
@@ -32,7 +32,7 @@ by Counterpane (see http://www.counterpane.com/blowfish.html ).
 
 Blowfish is a block cipher that operates on 64 bit (8 byte) blocks of data.
 It uses a variable size key, but typically, 128 bit (16 byte) keys are
-considered good for strong encryption.  Blowfish can be used in the same
+considered good for strong encryption.  Blowfish can be used in the same
 modes as DES (see L<des_modes(7)|des_modes(7)>).  Blowfish is currently one
 of the faster block ciphers.  It is quite a bit faster than DES, and much
 faster than IDEA or RC2.