mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 05:50:39 -05:00
unexpeced/unexpected
This commit is contained in:
parent
0563aa1fee
commit
db96c6c439
1 changed files with 2 additions and 2 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue