2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#2077] Applied typo fix

This commit is contained in:
Andrei Pavel
2021-09-16 13:59:20 +00:00
committed by Marcin Siodelski
parent 595355e46c
commit 86c4b32185

View File

@@ -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());