aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fetch/main.c')
-rw-r--r--usr.bin/fetch/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c
index cc110d7a8dae4..6524fd666b03d 100644
--- a/usr.bin/fetch/main.c
+++ b/usr.bin/fetch/main.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id: main.c,v 1.50 1999/02/23 18:51:13 wollman Exp $ */
+/* $Id: main.c,v 1.51 1999/03/08 19:16:14 wollman Exp $ */
#include <sys/types.h>
@@ -351,7 +351,7 @@ display(struct fetch_state *fs, off_t size, ssize_t n)
}
bytes -= bytestart;
d = t.tv_sec + t.tv_usec/1.e6 - t_start.tv_sec - t_start.tv_usec/1.e6;
- fprintf (stderr, "\n%qd bytes transfered in %.1f seconds",
+ fprintf (stderr, "\n%qd bytes transferred in %.1f seconds",
(long long)bytes, d);
d = bytes/d;
if (d < 1000)