From: Josh Soref Date: Sun, 23 Jul 2017 16:06:09 +0000 (-0400) Subject: spelling: corrupted X-Git-Tag: trac5124a_base~35^2~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1782da3e5ce0ecf16d444f7fe77adf1b087a207a;p=thirdparty%2Fkea.git spelling: corrupted --- diff --git a/src/bin/d2/tests/dns_client_unittests.cc b/src/bin/d2/tests/dns_client_unittests.cc index 9904e2e9df..e370428867 100644 --- a/src/bin/d2/tests/dns_client_unittests.cc +++ b/src/bin/d2/tests/dns_client_unittests.cc @@ -525,7 +525,7 @@ TEST_F(DNSClientTest, sendReceive) { // Verify that the DNSClient reports an error when the response is received from // a DNS and this response is corrupted. -TEST_F(DNSClientTest, sendReceiveCurrupted) { +TEST_F(DNSClientTest, sendReceiveCorrupted) { // true means that server's response is corrupted. runSendReceiveTest(true, false); }