From c5de059e44b29d6e23bc913315d9f636bc57c19c Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 12 Apr 2000 00:18:20 +0000 Subject: [PATCH] comment typo --- usr.bin/ssh/cipher.c | 4 ++-- 1 file 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 /* - * 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? * -- 2.20.1