.arg(lease->toText());
if (lease_checker) {
- // If the lease is insane the checker will rese the lease pointer.
+ // If the lease is insane the checker will reset the lease pointer.
// As lease file is loaded during the configuration, we have
// to use staging config, rather than current config for this
// (false = staging).
/// correct subnet-id or discard the lease.
///
/// @param lease Lease to be sanity-checked
- /// @param current specify whether to use current (true) or staging(false)
- /// config
+ /// @param current specify whether to use current (true) or staging
+ /// (false) config
void checkLease(Lease4Ptr& lease, bool current = true);
/// @brief Sanity checks and possibly corrects an IPv6 lease
/// type is TYPE_PD, it simply returns.
///
/// @param lease Lease to be sanity-checked
- /// @param current specify whether to use current (true) or staging(false)
- /// config
+ /// @param current specify whether to use current (true) or staging
+ /// (false) config
void checkLease(Lease6Ptr& lease, bool current = true);
/// @brief Indicates the specified configuration enables lease sanity checking.