]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3463] Spelling
authorFrancis Dupont <fdupont@isc.org>
Wed, 19 Feb 2025 10:24:46 +0000 (11:24 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 19 Feb 2025 10:24:46 +0000 (11:24 +0100)
src/hooks/dhcp/lease_cmds/binding_variables.h
src/hooks/dhcp/lease_cmds/tests/binding_variables_unittest.cc

index f60b51cad1df056f28a24171a3f247dfbbcee104..131b6844b9071bd1b3661e6f304b3a52c5169025 100644 (file)
@@ -287,7 +287,7 @@ public:
 
     /// @brief Evaluates the binding variables for a given lease and packet pair.
     ///
-    /// Iiterates over the variables in the cache evaluating each on and added its
+    /// Iterates over the variables in the cache evaluating each on and added its
     /// name and value to the context.
     ///
     /// @param query Client packet which produced the lease. Variables whose source
index 798e77a4ab402d94a4406555853ebdc532462c5b..5f182fa8b58bf28c0e828fd90df346e4e2485591 100644 (file)
@@ -662,7 +662,7 @@ TEST(BindingVariableMgrTest, evaluateVariables4) {
 
     Lease4Ptr lease(new Lease4());
 
-    // Iterater over scenarios.
+    // Iterate over scenarios.
     for (auto const& scenario : scenarios) {
         SCOPED_LINE(scenario.line_);
 
@@ -784,7 +784,7 @@ TEST(BindingVariableMgrTest, evaluateVariables6) {
     Pkt6Ptr response(new Pkt6(DHCPV6_ADVERTISE, 4321));
     Lease6Ptr lease(new Lease6());
 
-    // Iterater over scenarios.
+    // Iterate over scenarios.
     for (auto const& scenario : scenarios) {
         SCOPED_LINE(scenario.line_);