Browse Source

spelling: request

Josh Soref 7 years ago
parent
commit
f737771ce3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp_ddns/tests/ncr_udp_unittests.cc

+ 1 - 1
src/lib/dhcp_ddns/tests/ncr_udp_unittests.cc

@@ -719,7 +719,7 @@ TEST_F (NameChangeUDPTest, roundTripTest) {
 }
 
 // Tests error handling of a failure to mark the watch socket ready, when
-// sendRequestt() is called.
+// sendRequest() is called.
 TEST(NameChangeUDPSenderBasicTest, watchClosedBeforeSendRequest) {
     isc::asiolink::IOAddress ip_address(TEST_ADDRESS);
     isc::asiolink::IOService io_service;