summaryrefslogtreecommitdiff
path: root/lib/libdes/des.c
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-01-04 21:49:39 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-01-04 21:49:39 +0000
commita7383e1a3740c6d3be79e03a564ff77d326ddb1f (patch)
treefb50622f7c30ff7cfb606edd7aa8da1a24f30ff7 /lib/libdes/des.c
parentebdab6e39946f9d6628de8758207f7092fe842eb (diff)
spelling
Diffstat (limited to 'lib/libdes/des.c')
-rw-r--r--lib/libdes/des.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdes/des.c b/lib/libdes/des.c
index 8985cb0de36..e582458058a 100644
--- a/lib/libdes/des.c
+++ b/lib/libdes/des.c
@@ -350,10 +350,10 @@ void usage()
"-u[uuname] : input file is uudecoded if -[dD] or output uuencoded data if -[eE]",
" (uuname is the filename to put in the uuencode header).",
"-b : encrypt using DES in ecb encryption mode, the defaut is cbc mode.",
-"-3 : encrypt using tripple DES encryption. This uses 2 keys",
+"-3 : encrypt using triple 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++)