]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3481] Spelling error
authorMarcin Siodelski <marcin@isc.org>
Tue, 16 Jul 2024 14:50:53 +0000 (16:50 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 16 Jul 2024 14:50:53 +0000 (16:50 +0200)
src/lib/dhcpsrv/cfg_shared_networks.h

index 044cdbdf3b95b5f4e51cfeeb4a8670e2d44d75f1..7a0a57148ffce8da5a6b52686f3d8ff9e79157d6 100644 (file)
@@ -204,7 +204,7 @@ public:
             // them to the clients without having to encapsulate them for each request.
             other_network->getCfgOption()->encapsulate();
 
-            // Add the new/updated nework.
+            // Add the new/updated network.
             static_cast<void>(networks_.push_back(other_network));
         }
     }