From: Francis Dupont Date: Mon, 18 Jul 2022 14:57:11 +0000 (+0200) Subject: [#1781] spelling X-Git-Tag: Kea-2.2.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9514ecd8900813c9ba61c9593f37b2e1a17a63a1;p=thirdparty%2Fkea.git [#1781] spelling --- diff --git a/src/hooks/dhcp/high_availability/tests/query_filter_unittest.cc b/src/hooks/dhcp/high_availability/tests/query_filter_unittest.cc index 8f35f9b2c3..ae797ed4b3 100644 --- a/src/hooks/dhcp/high_availability/tests/query_filter_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/query_filter_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -102,11 +102,11 @@ public: /// disable certain scopes. void explicitlyServeScopes(); - /// @brief This test verifies that load balancing only affects the socpe of + /// @brief This test verifies that load balancing only affects the scope of /// DHCPv4 message types that HA cares about. void loadBalancingHaTypes4(); - /// @brief This test verifies that load balancing only affects the socpe of + /// @brief This test verifies that load balancing only affects the scope of /// DHCPv6 message types that HA cares about. void loadBalancingHaTypes6(); };