From: Andrei Pavel Date: Thu, 16 Sep 2021 13:59:20 +0000 (+0000) Subject: [#2077] Applied typo fix X-Git-Tag: Kea-2.0.0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c4b3218508eae1eb39fae9f89a4b957a906ecb;p=thirdparty%2Fkea.git [#2077] Applied typo fix --- diff --git a/src/lib/dhcpsrv/client_class_def.cc b/src/lib/dhcpsrv/client_class_def.cc index 8666f9432a..cbc2fede57 100644 --- a/src/lib/dhcpsrv/client_class_def.cc +++ b/src/lib/dhcpsrv/client_class_def.cc @@ -398,7 +398,7 @@ ClientClassDictionary::initMatchExpr(uint16_t family) { } expressions.push(match_expr); } - // All expressions successfully initialied. Let's set them for the + // All expressions successfully initialized. Let's set them for the // client classes in the dictionary. for (auto c : *list_) { c->setMatchExpr(expressions.front());