]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Apply 1 suggestion(s) to 1 file(s)
authorRazvan Becheriu <razvan@isc.org>
Fri, 23 Apr 2021 11:24:38 +0000 (11:24 +0000)
committerRazvan Becheriu <razvan@isc.org>
Wed, 5 May 2021 17:12:18 +0000 (20:12 +0300)
src/lib/eval/tests/context_unittest.cc

index fd71510cb8c17a9092d6bee98716460eed3f021f..2c03c39d5bf0c2ff02334bf19787f42296323fcf 100644 (file)
@@ -470,7 +470,7 @@ public:
         EXPECT_TRUE(tohex);
     }
 
-    /// @brief checks if the given token is a addrtotext operator
+    /// @brief checks if the given token is an addrtotext operator
     void checkTokenIpAddressToText(const TokenPtr& token,
                                    const std::string& expected) {
         ASSERT_TRUE(token);