]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3831] Spelling
authorFrancis Dupont <fdupont@isc.org>
Wed, 14 May 2025 09:50:24 +0000 (11:50 +0200)
committerAndrei Pavel <andrei@isc.org>
Fri, 16 May 2025 09:20:43 +0000 (12:20 +0300)
src/lib/process/tests/log_parser_unittests.cc

index c9f907447dce8b821d195c13efaa02c358e033f0..cf5c424a0c679f1740337450dfe8b2cc0532fb9e 100644 (file)
@@ -131,7 +131,7 @@ TEST_F(LoggingTest, parsingConsoleOutput) {
 
     // We need to parse properly formed JSON and then extract
     // "loggers" element from it. For some reason fromJSON is
-    // throwing at openin0 square bracket
+    // throwing at opening square bracket
     ConstElementPtr config = Element::fromJSON(config_txt);
     config = config->get("loggers");