diff options
author | 1999-06-29 14:33:23 +0000 | |
---|---|---|
committer | 1999-06-29 14:33:23 +0000 | |
commit | 7b13a5c4bbd268f3eae2fc22b6920e9daeb37bae (patch) | |
tree | 52b40a27cdc38a3a16ffddd2e66af573bcb70409 | |
parent | .Fa int -> .Li int (should use literal macro to refer to data types) (diff) | |
download | wireguard-openbsd-7b13a5c4bbd268f3eae2fc22b6920e9daeb37bae.tar.xz wireguard-openbsd-7b13a5c4bbd268f3eae2fc22b6920e9daeb37bae.zip |
retreived -> retrieved
-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 412c411a820..eb8a57073d1 100644 --- a/usr.bin/ftp/cmds.c +++ b/usr.bin/ftp/cmds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmds.c,v 1.30 1999/06/10 22:38:02 pjanzen Exp $ */ +/* $OpenBSD: cmds.c,v 1.31 1999/06/29 14:33:23 aaron Exp $ */ /* $NetBSD: cmds.c,v 1.27 1997/08/18 10:20:15 lukem Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)cmds.c 8.6 (Berkeley) 10/9/94"; #else -static char rcsid[] = "$OpenBSD: cmds.c,v 1.30 1999/06/10 22:38:02 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: cmds.c,v 1.31 1999/06/29 14:33:23 aaron Exp $"; #endif #endif /* not lint */ @@ -920,7 +920,7 @@ setglob(argc, argv) } /* - * Toggle preserving modification times on retreived files. + * Toggle preserving modification times on retrieved files. */ /*VARARGS*/ void |