summaryrefslogtreecommitdiffstats
path: root/crypto/des/des.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-13 12:28:12 +0000
committerBen Laurie <ben@openssl.org>1999-02-13 12:28:12 +0000
commit9151d39645b693b81d395b2660c22549f31c1de8 (patch)
treec2814d962aede2013dc00598a156e2a51a819ed2 /crypto/des/des.c
parent062872855661698e3493c23e9e93f80efcdce89d (diff)
Some cleanup.
Diffstat (limited to 'crypto/des/des.c')
-rw-r--r--crypto/des/des.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/des.c b/crypto/des/des.c
index c1e5005474..9b47cb3465 100644
--- a/crypto/des/des.c
+++ b/crypto/des/des.c
@@ -357,7 +357,7 @@ void usage()
"-3 : encrypt using tripple DES encryption. This uses 2 keys",
" generated from the input key. If the input key is less",
" than 8 characters long, this is equivelent to normal",
-" encryption. Default is tripple cbc, -b makes it tripple ecb.",
+" encryption. Default is triple cbc, -b makes it triple ecb.",
NULL
};
for (u=(char **)Usage; *u; u++)