summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-07-02 08:57:06 +0000
committergreen <green@FreeBSD.org>1999-07-02 08:57:06 +0000
commit090af66e8b5a9493ccbededf86c1bf70c7fb9ca2 (patch)
tree147fcf64d59d710b54f52902ff7aead4edc44706 /usr.bin/fetch
parent3d2b8409c412efcd23512b2eda773417019e99d3 (diff)
downloadFreeBSD-src-090af66e8b5a9493ccbededf86c1bf70c7fb9ca2.zip
FreeBSD-src-090af66e8b5a9493ccbededf86c1bf70c7fb9ca2.tar.gz
"transfered" -> "transferred"
Reviewed by: dict(1)
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/fetch.14
-rw-r--r--usr.bin/fetch/main.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1
index 5be93f3..fd6e78b 100644
--- a/usr.bin/fetch/fetch.1
+++ b/usr.bin/fetch/fetch.1
@@ -1,4 +1,4 @@
-.\" $Id: fetch.1,v 1.28 1999/02/03 20:43:28 fenner Exp $
+.\" $Id: fetch.1,v 1.29 1999/02/23 18:51:13 wollman Exp $
.Dd February 22, 1999
.Dt FETCH 1
.Os FreeBSD 4.0
@@ -84,7 +84,7 @@ identical to the modification time of the file at the remote host.
If the file already exists on the local host and is identical (as
gauged by size and modification time), no transfer is done.
.It Fl n
-Don't preserve the modtime of the transfered file, use the current time.
+Don't preserve the modtime of the transferred file, use the current time.
.It Fl o Ar file
Set the output file name to
.Ar file .
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c
index cc110d7..6524fd6 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)
OpenPOWER on IntegriCloud