2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#2077] Applied typo fix

This commit is contained in:
Andrei Pavel
2021-09-16 14:00:03 +00:00
committed by Marcin Siodelski
parent 86c4b32185
commit 8cf39b37a1

View 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;