From: Mark Andrews Date: Wed, 16 May 2007 06:58:33 +0000 (+0000) Subject: unexpeced/unexpected X-Git-Tag: v9.5.0a5~32 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b4bfa6a80669fcb05e948bfa9b43aeee36733456;p=thirdparty%2Fbind9.git unexpeced/unexpected --- diff --git a/lib/dns/master.c b/lib/dns/master.c index 425b115bb60..46681d2587e 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.c,v 1.163 2007/05/02 23:46:54 tbox Exp $ */ +/* $Id: master.c,v 1.164 2007/05/16 06:58:33 marka Exp $ */ /*! \file */ @@ -1475,7 +1475,7 @@ load_text(dns_loadctx_t *lctx) { } else { UNEXPECTED_ERROR(__FILE__, __LINE__, "%s:%lu: isc_lex_gettoken() returned " - "unexpeced token type (%d)", + "unexpected token type (%d)", source, line, token.type); result = ISC_R_UNEXPECTED; if (MANYERRS(lctx, result)) {