2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

spelling: against

This commit is contained in:
Josh Soref
2017-07-23 11:19:26 -04:00
parent 8f76298ed3
commit c20a90ac53

View File

@@ -811,7 +811,7 @@ public:
if (evenLeaseIndex(i)) {
// Hostname with two consecutive dots is invalid and may result
// in exception if the reclamation routine doesn't protect
// aginst such exceptions.
// against such exceptions.
std::ostringstream hostname_s;
hostname_s << "invalid-host" << i << "..example.com";
leases_[i]->hostname_ = hostname_s.str();