From: Francis Dupont Date: Mon, 6 Jul 2026 15:29:12 +0000 (+0200) Subject: [#4424] Spelling X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f13c23d1602302f51400018a75ebea9ced37c1e;p=thirdparty%2Fkea.git [#4424] Spelling --- diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index 36ba1c346f..2f1d1af7ad 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -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)) {