]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 10:55:16 +0000 (11:55 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 10:55:16 +0000 (11:55 +0100)
src/bin/dhcp4/tests/dhcp4_test_utils.cc

index 9b955826d96440cafd406828fdfd5a54c4230e01..c93463211b6e5f013fb6e8d6b79ee4a7e6202dd3 100644 (file)
@@ -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<Pkt4> 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<Pkt4> rsp;
     // Set the name of the interface on which packet is received.