summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-02-24 06:19:01 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-02-24 06:19:01 +0000
commit5684b0ff2799cac6658e9e66d3dc150030aaf083 (patch)
tree4a906e7014b917d765632b751e3f46785aceb0fd /usr.sbin/amd
parent6e513c40818b714c9555797760d6e4c3e4f48d7f (diff)
Correct the spelling of "transferred" and "transferring"
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/amd/info_hes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/amd/amd/info_hes.c b/usr.sbin/amd/amd/info_hes.c
index a9b0c0805cf..5561614866a 100644
--- a/usr.sbin/amd/amd/info_hes.c
+++ b/usr.sbin/amd/amd/info_hes.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)info_hes.c 8.1 (Berkeley) 6/6/93
- * $Id: info_hes.c,v 1.12 2003/06/02 23:36:51 millert Exp $
+ * $Id: info_hes.c,v 1.13 2012/02/24 06:19:00 guenther Exp $
*/
/*
@@ -308,8 +308,8 @@ hs_res_send(char *buf, int buflen, char *answer, int anslen)
}
}
if (status == -2) {
- /* There was a permanent error transfering this
- zone. Give up. */
+ /* There was a permanent error transferring
+ * this zone. Give up. */
if (s != -1) {
(void) close(s);
s = -1;