From: Mukund Sivaraman Date: Mon, 17 Dec 2012 10:58:33 +0000 (+0530) Subject: [2429] Fix typo X-Git-Tag: bind10-1.0.0-beta-release~16^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be2fccd2405459f3b421d2f7a7bec11103710f4c;p=thirdparty%2Fkea.git [2429] Fix typo --- diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc index 949d09dab4..8309e6f27c 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.