From a89b2f024cdef4b44d6f262024d5289f4314eb47 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 8 Jan 2001 19:50:32 +0000 Subject: [PATCH] grammar --- bin/dig/dighost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 0d7f940acc..2362897a67 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.175 2001/01/04 18:19:18 mws Exp $ */ +/* $Id: dighost.c,v 1.176 2001/01/08 19:50:32 bwelling Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -1361,7 +1361,7 @@ setup_lookup(dig_lookup_t *lookup) { dns_message_puttempname(lookup->sendmsg, &lookup->name); isc_buffer_init(&b, store, MXNAME); - fatal("'%s' is not a legal name syntax " + fatal("'%s' is not a legal name " "(%s)", lookup->textname, dns_result_totext(result)); }