From 86c4b3218508eae1eb39fae9f89a4b957a906ecb Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Thu, 16 Sep 2021 13:59:20 +0000 Subject: [PATCH] [#2077] Applied typo fix --- src/lib/dhcpsrv/client_class_def.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.47.2