]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3314] Addressed review comment
authorThomas Markwalder <tmark@isc.org>
Wed, 24 Apr 2024 11:34:32 +0000 (07:34 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 24 Apr 2024 11:35:49 +0000 (11:35 +0000)
Typo in UT commentary.

src/lib/hooks/tests/callout_handle_unittest.cc

index 4a6d38c4dc32e2e6e7fe0c27508ee9b27aad2e8c..677f325fe6ed1a490d512da7821f8a0d5bb9ae3c 100644 (file)
@@ -395,7 +395,7 @@ TEST_F(CalloutHandleTest, getOptionalContext) {
     // Set "two" in the context.
     handle->setContext("two", two);
 
-    // Should be find two but not three.
+    // Should find two but not three.
     EXPECT_TRUE(handle->getOptionalContext("two", value));
     EXPECT_EQ(two, value);
     EXPECT_FALSE(handle->getOptionalContext("three", value));