=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/cmds.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/usr.bin/ftp/cmds.c 2000/06/21 19:22:54 1.34 +++ src/usr.bin/ftp/cmds.c 2000/12/24 00:29:00 1.35 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmds.c,v 1.34 2000/06/21 19:22:54 itojun Exp $ */ +/* $OpenBSD: cmds.c,v 1.35 2000/12/24 00:29:00 aaron Exp $ */ /* $NetBSD: cmds.c,v 1.27 1997/08/18 10:20:15 lukem Exp $ */ /* @@ -67,7 +67,7 @@ #if 0 static char sccsid[] = "@(#)cmds.c 8.6 (Berkeley) 10/9/94"; #else -static char rcsid[] = "$OpenBSD: cmds.c,v 1.34 2000/06/21 19:22:54 itojun Exp $"; +static char rcsid[] = "$OpenBSD: cmds.c,v 1.35 2000/12/24 00:29:00 aaron Exp $"; #endif #endif /* not lint */ @@ -1522,7 +1522,7 @@ } } - /* Make double (tripple?) sure the sucker is NUL terminated */ + /* Make double (triple?) sure the sucker is NUL terminated */ buf[sizeof(buf) - 1] = '\0'; if (command("%s", buf) == PRELIM) {