]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Fix typo
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 21 Jun 2023 19:38:58 +0000 (19:38 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
src/lib/dhcp/libdhcp++.cc

index 9334249647c411deb095c5e42be30f7ec546b806..ef800f3a3261db3e6d8aaecfcd6e5b71738531a2 100644 (file)
@@ -685,7 +685,7 @@ LibDHCP::fuseOptions4(OptionCollection& options) {
     return (result);
 }
 
-namespace { // Anynomous namespace.
+namespace { // Anonymous namespace.
 
 // VIVCO part of extendVendorOptions4.