summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-08-30 20:48:42 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-08-30 20:48:42 +0000
commitc8627f1e44e844fd49c1e417eb93927f0ed8ac3f (patch)
treead033eb0f484166891c6abc5917d72c2a557a725
parent52a82d4c24f7557c06b5d389ce277ccf82191256 (diff)
s/toinitiate/to initiate/
-rw-r--r--usr.bin/ftp/cmds.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c
index a1c2330e309..09b3d2dffc7 100644
--- a/usr.bin/ftp/cmds.c
+++ b/usr.bin/ftp/cmds.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmds.c,v 1.21 1997/07/25 21:56:17 millert Exp $ */
+/* $OpenBSD: cmds.c,v 1.22 1997/08/30 20:48:41 kstailey Exp $ */
/* $NetBSD: cmds.c,v 1.26 1997/07/21 14:03:48 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.21 1997/07/25 21:56:17 millert Exp $";
+static char rcsid[] = "$OpenBSD: cmds.c,v 1.22 1997/08/30 20:48:41 kstailey Exp $";
#endif
#endif /* not lint */
@@ -1922,8 +1922,8 @@ restart(argc, argv)
fputs("restart: offset not specified.\n", ttyout);
else {
restart_point = atol(argv[1]);
- fprintf(ttyout, "Restarting at %qd. Execute get, put or append to"
- "initiate transfer\n", (quad_t)restart_point);
+ fprintf(ttyout, "Restarting at %qd. Execute get, put or append"
+ " to initiate transfer\n", (quad_t)restart_point);
}
}