summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/cipher.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-12 00:18:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-12 00:18:21 +0000
commitd462e7c7945338f6f944b964be2a8f7dda8ce38a (patch)
treeb3e69cfd8e7cd19eb58230e57a6df43c3cd827cd /usr.bin/ssh/cipher.c
parentdd83afe191d7dc03125141697c90a649f806b385 (diff)
comment typo
Diffstat (limited to 'usr.bin/ssh/cipher.c')
-rw-r--r--usr.bin/ssh/cipher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/cipher.c b/usr.bin/ssh/cipher.c
index 37ea1d75744..b5dc9f5e480 100644
--- a/usr.bin/ssh/cipher.c
+++ b/usr.bin/ssh/cipher.c
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-RCSID("$Id: cipher.c,v 1.22 2000/04/04 21:37:27 markus Exp $");
+RCSID("$Id: cipher.c,v 1.23 2000/04/12 00:18:20 deraadt Exp $");
#include "ssh.h"
#include "cipher.h"
@@ -20,7 +20,7 @@ RCSID("$Id: cipher.c,v 1.22 2000/04/04 21:37:27 markus Exp $");
#include <ssl/md5.h>
/*
- * What kind of tripple DES are these 2 routines?
+ * What kind of triple DES are these 2 routines?
*
* Why is there a redundant initialization vector?
*