]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1781] spelling
authorFrancis Dupont <fdupont@isc.org>
Mon, 18 Jul 2022 14:57:11 +0000 (16:57 +0200)
committerThomas Markwalder <tmark@isc.org>
Wed, 20 Jul 2022 13:04:59 +0000 (09:04 -0400)
src/hooks/dhcp/high_availability/tests/query_filter_unittest.cc

index 8f35f9b2c3e44f4cb8d8164e5a388acc4bfbb1e9..ae797ed4b3d3fe4aded880f9fd440e517da4cc97 100644 (file)
@@ -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();
 };