From: Suzanne Goldlust Date: Wed, 21 Jun 2023 19:58:18 +0000 (+0000) Subject: [#2833] Fix typo X-Git-Tag: Kea-2.4.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a112a60eca890dda3ab34a275c659cb197f4ad3;p=thirdparty%2Fkea.git [#2833] Fix typo --- diff --git a/src/lib/process/tests/log_parser_unittests.cc b/src/lib/process/tests/log_parser_unittests.cc index 8e7585eb27..4c0115133e 100644 --- a/src/lib/process/tests/log_parser_unittests.cc +++ b/src/lib/process/tests/log_parser_unittests.cc @@ -391,7 +391,7 @@ TEST_F(LoggingTest, logRotate) { wipeFiles(); } -// Verifies that a valid output option,'pattern' paress correctly. +// Verifies that a valid output option,'pattern' parses correctly. TEST_F(LoggingTest, validPattern) { // Note the backslash must be doubled in the pattern definition.