From: Francis Dupont Date: Thu, 22 Jan 2015 09:49:15 +0000 (+0100) Subject: spelling X-Git-Tag: trac3712_base~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2de38cb988e5220f94ee75226532a2a7030816f5;p=thirdparty%2Fkea.git spelling --- diff --git a/src/bin/dhcp4/dhcp4.dox b/src/bin/dhcp4/dhcp4.dox index e8d99e5af1..1ef2d5bf2a 100644 --- a/src/bin/dhcp4/dhcp4.dox +++ b/src/bin/dhcp4/dhcp4.dox @@ -21,7 +21,7 @@ isc::dhcp::Dhcpv4Srv class. It uses \ref libdhcp extensively, especially isc::dhcp::Pkt4, isc::dhcp::Option and isc::dhcp::IfaceMgr classes. Currently this code offers skeleton functionality, i.e. it is able to receive and process incoming -requests and trasmit responses. However, it does not have database +requests and transmit responses. However, it does not have database management, so it returns only one, hardcoded lease to whoever asks for it. @@ -174,7 +174,7 @@ be interpreted as a class name. In principle any given packet can belong to zero or more classes. As the current classifier is very modest, there's only one way to assign a class (based on vendor class option), the ability to assign more than one class to a packet is not yet exercised. -Neverthless, there is such a possibility and it will be used in a near future. To +Nevertheless, there is such a possibility and it will be used in a near future. To check whether a packet belongs to given class, isc::dhcp::Pkt4::inClass method should be used.