]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: corrupted
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:06:09 +0000 (12:06 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:06:09 +0000 (12:06 -0400)
src/bin/d2/tests/dns_client_unittests.cc

index 9904e2e9df359962930bb3814caf034c05cb8114..e370428867a4c3161efb377ba1e8447da2813e2c 100644 (file)
@@ -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);
 }