]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2375] fixed a typo in a comment
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 20 Nov 2012 07:47:54 +0000 (16:47 +0900)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 22 Nov 2012 10:38:22 +0000 (11:38 +0100)
src/lib/dns/tests/master_lexer_unittest.cc

index d84e6024a6e362f30c26cbeafc82d23add87b226..f32ff88b34068a7d190f8af2ac601ca2666dcd47 100644 (file)
@@ -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<const State> state(State::getFakeState(NULL, 3, &token, 1,
                                                       &false_value,
                                                       boost::bind(&checkInput,