=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/ssh/cipher.c 2000/04/04 21:37:27 1.22 +++ src/usr.bin/ssh/cipher.c 2000/04/12 00:18:20 1.23 @@ -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 @@ #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? *