From 3a03e8fb3b4664af1ac1de8a887b400c8e4a2413 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 11:23:03 -0400 Subject: [PATCH] spelling: appears --- src/bin/dhcp4/dhcp4_srv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3