From: Josh Soref Date: Sun, 23 Jul 2017 15:23:03 +0000 (-0400) Subject: spelling: appears X-Git-Tag: trac5124a_base~35^2~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a03e8fb3b4664af1ac1de8a887b400c8e4a2413;p=thirdparty%2Fkea.git spelling: appears --- diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index 231e826f18..ee76485f11 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -1933,7 +1933,7 @@ Dhcpv4Srv::adjustIfaceData(Dhcpv4Exchange& ex) { IOAddress local_addr = query->getLocalAddr(); // In many cases the query is sent to a broadcast address. This address - // apears as a local address in the query message. We can't simply copy + // appears as a local address in the query message. We can't simply copy // this address to a response message and use it as a source address. // Instead we will need to use the address assigned to the interface // on which the query has been received. In other cases, we will just