if (capacity > SharedFlqAllocator::MAX_V4_POOL_SIZE) {
isc_throw(BadValue, "PgSqlLeasMgr::sflqCreateFlqPool4 pool capacity "
- << capacity << " exceeeds limit of "
+ << capacity << " exceeds limit of "
<< SharedFlqAllocator::MAX_V4_POOL_SIZE
<< " for shared-flq allocator on V4 pool ");
}
if (capacity > SharedFlqAllocator::MAX_V6_POOL_SIZE) {
isc_throw(BadValue, "PgSqlLeasMgr::sflqCreateFlqPool6 pool capacity "
- << capacity << " exceeeds limit of "
+ << capacity << " exceeds limit of "
<< SharedFlqAllocator::MAX_V6_POOL_SIZE
<< " for shared-flq allocator on V6 pool ");
}