BIND 10 trac2429, updated. be2fccd2405459f3b421d2f7a7bec11103710f4c [2429] Fix typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 18 03:29:19 UTC 2012
The branch, trac2429 has been updated
via be2fccd2405459f3b421d2f7a7bec11103710f4c (commit)
from 33d80f86895ac4ace68327554995503471054421 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit be2fccd2405459f3b421d2f7a7bec11103710f4c
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Dec 17 16:28:33 2012 +0530
[2429] Fix typo
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/master_loader.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index 949d09d..8309e6f 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -275,7 +275,7 @@ private:
case MasterToken::END_OF_FILE:
callbacks_.warning(lexer_.getSourceName(),
lexer_.getSourceLine(),
- "Unexpected end end of file");
+ "Unexpected end of file");
// We don't pop here. The End of file will stay there,
// and we'll handle it in the next iteration of
// loadIncremental properly.
More information about the bind10-changes
mailing list