diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-06-30 12:53:06 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-06-30 12:53:06 +0000 |
| commit | 624a0c820437be45a08f4679f3e7fec072b421b0 (patch) | |
| tree | 6df6c9bf32579625fef8690620c889c5165baabd /usr.bin/ftp | |
| parent | dac696d0ca367d9d7ffb2c3b98072fca398d8286 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ftp')
| -rw-r--r-- | usr.bin/ftp/cmds.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c index 57b286bd90dd..04b7c43ffbc7 100644 --- a/usr.bin/ftp/cmds.c +++ b/usr.bin/ftp/cmds.c @@ -1,4 +1,4 @@ -/* $Id: cmds.c,v 1.13 1998/01/09 13:45:11 msmith Exp $ */ +/* $Id: cmds.c,v 1.14 1998/02/14 15:38:29 steve Exp $ */ /* $NetBSD: cmds.c,v 1.30.2.1 1997/11/18 00:58:26 mellon Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)cmds.c 8.6 (Berkeley) 10/9/94"; #else -__RCSID("$Id: cmds.c,v 1.13 1998/01/09 13:45:11 msmith Exp $"); +__RCSID("$Id: cmds.c,v 1.14 1998/02/14 15:38:29 steve Exp $"); __RCSID_SOURCE("$NetBSD: cmds.c,v 1.30.2.1 1997/11/18 00:58:26 mellon Exp $"); #endif #endif /* not lint */ @@ -922,7 +922,7 @@ setglob(argc, argv) } /* - * Toggle preserving modification times on retreived files. + * Toggle preserving modification times on retrieved files. */ /*VARARGS*/ void |
