]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 09:49:15 +0000 (10:49 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 09:49:15 +0000 (10:49 +0100)
src/bin/dhcp4/dhcp4.dox

index e8d99e5af16130fe291a7100209a9cc53580afa5..1ef2d5bf2a01c7d5fb0aeea1b4300e4a6759cb94 100644 (file)
@@ -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.