mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#3463] Spelling
This commit is contained in:
@@ -287,7 +287,7 @@ public:
|
|||||||
|
|
||||||
/// @brief Evaluates the binding variables for a given lease and packet pair.
|
/// @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.
|
/// name and value to the context.
|
||||||
///
|
///
|
||||||
/// @param query Client packet which produced the lease. Variables whose source
|
/// @param query Client packet which produced the lease. Variables whose source
|
||||||
|
@@ -662,7 +662,7 @@ TEST(BindingVariableMgrTest, evaluateVariables4) {
|
|||||||
|
|
||||||
Lease4Ptr lease(new Lease4());
|
Lease4Ptr lease(new Lease4());
|
||||||
|
|
||||||
// Iterater over scenarios.
|
// Iterate over scenarios.
|
||||||
for (auto const& scenario : scenarios) {
|
for (auto const& scenario : scenarios) {
|
||||||
SCOPED_LINE(scenario.line_);
|
SCOPED_LINE(scenario.line_);
|
||||||
|
|
||||||
@@ -784,7 +784,7 @@ TEST(BindingVariableMgrTest, evaluateVariables6) {
|
|||||||
Pkt6Ptr response(new Pkt6(DHCPV6_ADVERTISE, 4321));
|
Pkt6Ptr response(new Pkt6(DHCPV6_ADVERTISE, 4321));
|
||||||
Lease6Ptr lease(new Lease6());
|
Lease6Ptr lease(new Lease6());
|
||||||
|
|
||||||
// Iterater over scenarios.
|
// Iterate over scenarios.
|
||||||
for (auto const& scenario : scenarios) {
|
for (auto const& scenario : scenarios) {
|
||||||
SCOPED_LINE(scenario.line_);
|
SCOPED_LINE(scenario.line_);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user