From 74250ec61708bd3e676354f144e390d1e07ff98c Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 29 Oct 2015 15:54:56 -0700 Subject: [PATCH] [v9_9] typo --- lib/dns/tests/dbversion_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/tests/dbversion_test.c b/lib/dns/tests/dbversion_test.c index ddbed7f8be..3aaead3f7b 100644 --- a/lib/dns/tests/dbversion_test.c +++ b/lib/dns/tests/dbversion_test.c @@ -423,7 +423,7 @@ subtract(isc_assertioncallback_t callback) { result = dns_db_subtractrdataset(db1, node, VERSION(callback), &rdataset, 0, NULL); if (callback != NULL) - atf_tc_fail("dns_db_dns_db_subtractrdataset did not assert"); + atf_tc_fail("dns_db_subtractrdataset did not assert"); ATF_REQUIRE_EQ(result, DNS_R_UNCHANGED); dns_db_detachnode(db1, &node);