]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4424] Spelling
authorFrancis Dupont <fdupont@isc.org>
Mon, 6 Jul 2026 15:29:12 +0000 (17:29 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 15 Jul 2026 13:47:27 +0000 (15:47 +0200)
src/bin/dhcp4/dhcp4_srv.cc

index 36ba1c346f3e1bed62278bab94815b4ca81c4704..2f1d1af7ad1860341615dbdd611770441795ced6 100644 (file)
@@ -3789,7 +3789,7 @@ Dhcpv4Srv::adjustRemoteAddr(Dhcpv4Exchange& ex) {
         }
         // DHCPNAK to a client on a different subnet: the client may not
         // have a correct network address or subnet mask, and may not be
-        // answering ARP requests, so set the broadcast bit to amke the
+        // answering ARP requests, so set the broadcast bit to make the
         // relay to broadcast the DHCPNAK to the client.
         if ((query->getType() == DHCPREQUEST) &&
             (response->getType() == DHCPNAK)) {