]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3546] Corrected a typo.
authorMarcin Siodelski <marcin@isc.org>
Mon, 6 Oct 2014 16:36:34 +0000 (18:36 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 6 Oct 2014 16:36:34 +0000 (18:36 +0200)
src/lib/dhcp/pkt.h

index e0aeceb2e2f102c304a2980f11fc3c19389cbefa..4db64deb4fbcdebfa3950bd5ddd7c84d185bccf3 100644 (file)
@@ -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.