]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2077] Applied typo fix
authorAndrei Pavel <andrei@isc.org>
Thu, 16 Sep 2021 14:00:03 +0000 (14:00 +0000)
committerMarcin Siodelski <marcin@isc.org>
Fri, 17 Sep 2021 09:23:45 +0000 (11:23 +0200)
src/lib/dhcpsrv/tests/client_class_def_unittest.cc

index b93c7198eabacd87d1955a209258cfd95de81c59..d6ac1d5aa1dba525b6f2cfc704a7a4864d4eb009 100644 (file)
@@ -574,7 +574,7 @@ TEST(ClientClassDictionary, initMatchExpr) {
 
 // Tests that an error is returned when any of the test expressions is
 // invalid, and that no expressions are initialized if there is an error
-// for a single expresion.
+// for a single expression.
 TEST(ClientClassDictionary, initMatchExprError) {
     ClientClassDictionaryPtr dictionary(new ClientClassDictionary());
     ExpressionPtr expr;