]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
unexpeced/unexpected
authorMark Andrews <marka@isc.org>
Wed, 16 May 2007 06:59:31 +0000 (06:59 +0000)
committerMark Andrews <marka@isc.org>
Wed, 16 May 2007 06:59:31 +0000 (06:59 +0000)
lib/dns/master.c

index c798a06ef52970fdaca2fc2c1ffe05440fcbbbe6..32a55f62d866b585878d971442972eb9f74fe983 100644 (file)
@@ -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)) {