2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00
This commit is contained in:
Francis Dupont 2025-02-19 11:24:46 +01:00
parent 9d15c36960
commit efc6d54bef
2 changed files with 3 additions and 3 deletions

View 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

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