From db96c6c43977a69d08058421fcd65501ef7a6736 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 16 May 2007 06:59:31 +0000 Subject: [PATCH] unexpeced/unexpected --- lib/dns/master.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/master.c b/lib/dns/master.c index c798a06ef5..32a55f62d8 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.c,v 1.148.18.15 2007/05/02 23:46:24 tbox Exp $ */ +/* $Id: master.c,v 1.148.18.16 2007/05/16 06:59:31 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)) {