diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-24 06:19:01 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-24 06:19:01 +0000 |
commit | 5684b0ff2799cac6658e9e66d3dc150030aaf083 (patch) | |
tree | 4a906e7014b917d765632b751e3f46785aceb0fd /usr.bin | |
parent | 6e513c40818b714c9555797760d6e4c3e4f48d7f (diff) |
Correct the spelling of "transferred" and "transferring"
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/oldrdist/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/oldrdist/main.c b/usr.bin/oldrdist/main.c index be3b2bb5fe5..3b1a0a972c3 100644 --- a/usr.bin/oldrdist/main.c +++ b/usr.bin/oldrdist/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.21 2009/10/27 23:59:41 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.22 2012/02/24 06:19:00 guenther Exp $ */ /* * Copyright (c) 1983, 1993 @@ -48,7 +48,7 @@ int debug; /* debugging flag */ int nflag; /* NOP flag, just print commands without executing */ int qflag; /* Quiet. Don't print messages */ int options; /* global options */ -int iamremote; /* act as remote server for transfering files */ +int iamremote; /* act as remote server for transferring files */ FILE *fin = NULL; /* input file pointer */ int rem = -1; /* file descriptor to remote source/sink process */ |