summaryrefslogtreecommitdiffstats
path: root/src/bin/d2/tests/dns_client_unittests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/d2/tests/dns_client_unittests.cc')
-rw-r--r--src/bin/d2/tests/dns_client_unittests.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/d2/tests/dns_client_unittests.cc b/src/bin/d2/tests/dns_client_unittests.cc
index d9206a0f04..91c3e8eff0 100644
--- a/src/bin/d2/tests/dns_client_unittests.cc
+++ b/src/bin/d2/tests/dns_client_unittests.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -524,7 +524,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);
}