From 5684b0ff2799cac6658e9e66d3dc150030aaf083 Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Fri, 24 Feb 2012 06:19:01 +0000 Subject: Correct the spelling of "transferred" and "transferring" from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@ --- usr.sbin/amd/amd/info_hes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/amd') 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; -- cgit v1.2.3