From 4926324593ee52e71fc84a22e4e6edcf010bb35e Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 4 Mar 2025 14:57:17 +0100 Subject: [PATCH] [#3747] Spelling 2 --- src/bin/dhcp6/tests/classify_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp6/tests/classify_unittest.cc b/src/bin/dhcp6/tests/classify_unittest.cc index e2df13d17d..46f561bd56 100644 --- a/src/bin/dhcp6/tests/classify_unittest.cc +++ b/src/bin/dhcp6/tests/classify_unittest.cc @@ -3407,7 +3407,7 @@ TEST_F(ClassifyTest, classTaggingAndNeverSend) { } -// Verifies that mulitple occurences of an option with +// Verifies that multiple occurrences of an option with // different client class tags works properly. TEST_F(ClassifyTest, classTaggingList) { IfaceMgrTestConfig test_config(true);