From: Marcin Siodelski Date: Mon, 6 Oct 2014 16:36:34 +0000 (+0200) Subject: [3546] Corrected a typo. X-Git-Tag: trac3489_base~2^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21b23539b1128464f8183494f0a0bb2bcbb7f4d2;p=thirdparty%2Fkea.git [3546] Corrected a typo. --- diff --git a/src/lib/dhcp/pkt.h b/src/lib/dhcp/pkt.h index e0aeceb2e2..4db64deb4f 100644 --- a/src/lib/dhcp/pkt.h +++ b/src/lib/dhcp/pkt.h @@ -518,7 +518,7 @@ protected: /// @brief Local IP (v4 or v6) address. /// /// Specifies local IPv4 or IPv6 address. It is a destination address for - /// received packet, and a source address if it is packet being transmitted. + /// received packet, and a source address if it packet is being transmitted. isc::asiolink::IOAddress local_addr_; /// @brief Remote IP address.