mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[#3463] Spelling
This commit is contained in:
parent
9d15c36960
commit
efc6d54bef
@ -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
|
||||
|
@ -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_);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user