More cleanup following 1.4 and 1.5 branch reviews
doc/sphinx/arm/dhcp6-srv.rst
src/lib/dhcpsrv/memfile_lease_mgr.cc
This configuration selects the ``/tmp/kea-leases6.csv`` as the storage
for lease information and enables persistence (writing lease updates to
this file). It also configures the backend to perform a periodic cleanup
-of the lease file every 30 minutes and sets th maximum number of row
+of the lease file every 30 minutes and sets the maximum number of row
errors to 100.
try {
max_row_errors = boost::lexical_cast<uint32_t>(max_row_errors_str);
} catch (boost::bad_lexical_cast&) {
- isc_throw(isc::BadValue, "invalid value of the max-row-errors"
+ isc_throw(isc::BadValue, "invalid value of the max-row-errors "
<< max_row_errors_str << " specified");
}