From: JINMEI Tatuya Date: Tue, 20 Nov 2012 07:47:54 +0000 (+0900) Subject: [2375] fixed a typo in a comment X-Git-Tag: bind10-1.0.0-beta-release~84^2~3^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5069933d08928eb2933c68ce08397fa2cfdb9e70;p=thirdparty%2Fkea.git [2375] fixed a typo in a comment --- diff --git a/src/lib/dns/tests/master_lexer_unittest.cc b/src/lib/dns/tests/master_lexer_unittest.cc index d84e6024a6..f32ff88b34 100644 --- a/src/lib/dns/tests/master_lexer_unittest.cc +++ b/src/lib/dns/tests/master_lexer_unittest.cc @@ -324,7 +324,7 @@ TEST_F(MasterLexerTest, ungetSimple) { // Prepare the token to get and return const std::string expected = "234"; const MasterLexer::Token token(MasterLexer::Token::END_OF_LINE); - // Change the internal state with it too. So we can check it is retured. + // Change the internal state with it too. So we can check it is returned. scoped_ptr state(State::getFakeState(NULL, 3, &token, 1, &false_value, boost::bind(&checkInput,