]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4447] Fixed missed typos master
authorThomas Markwalder <tmark@isc.org>
Mon, 20 Apr 2026 15:16:29 +0000 (11:16 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 20 Apr 2026 15:17:31 +0000 (15:17 +0000)
modified:   src/hooks/dhcp/pgsql/pgsql_lease_mgr.cc

src/hooks/dhcp/pgsql/pgsql_lease_mgr.cc

index f77e1db4b0d59ac91f12faa62987c70513d5f322..7b17fc3680be0f5eef93ab5b3d79fae6e3cfb81e 100644 (file)
@@ -4021,7 +4021,7 @@ PgSqlLeaseMgr::sflqCreateFlqPool4(IOAddress start_address, IOAddress end_address
 
     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 ");
     }
@@ -4126,7 +4126,7 @@ PgSqlLeaseMgr::sflqCreateFlqPool6(IOAddress start_address, IOAddress end_address
 
     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 ");
     }