]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2429] Fix typo
authorMukund Sivaraman <muks@isc.org>
Mon, 17 Dec 2012 10:58:33 +0000 (16:28 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 17 Dec 2012 10:58:33 +0000 (16:28 +0530)
src/lib/dns/master_loader.cc

index 949d09dab4fe497e1a29a78e3bfcdacd88a12986..8309e6f27c4567dbaf9b34446966f5c18939e2ac 100644 (file)
@@ -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.