/// @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
Lease4Ptr lease(new Lease4());
- // Iterater over scenarios.
+ // Iterate over scenarios.
for (auto const& scenario : scenarios) {
SCOPED_LINE(scenario.line_);
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_);