From: Francis Dupont Date: Thu, 22 Jan 2015 10:55:16 +0000 (+0100) Subject: spelling X-Git-Tag: trac3712_base~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5640ecb4dd903ffc16b10b1740d4a264ce5cc4b1;p=thirdparty%2Fkea.git spelling --- diff --git a/src/bin/dhcp4/tests/dhcp4_test_utils.cc b/src/bin/dhcp4/tests/dhcp4_test_utils.cc index 9b955826d9..c93463211b 100644 --- a/src/bin/dhcp4/tests/dhcp4_test_utils.cc +++ b/src/bin/dhcp4/tests/dhcp4_test_utils.cc @@ -436,7 +436,7 @@ Dhcpv4SrvTest::testDiscoverRequest(const uint8_t msg_type) { // Create a DHCP message. It will be used to simulate the // incoming message. boost::shared_ptr req(new Pkt4(msg_type, 1234)); - // Create a response message. It will hold a reponse packet. + // Create a response message. It will hold a response packet. // Initially, set it to NULL. boost::shared_ptr rsp; // Set the name of the interface on which packet is received.