From 166d1bf5f554ccd8aaebfe6a5c38abfdeb7f99a5 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 27 Jul 2017 15:42:52 -0700 Subject: [PATCH] [v9_10] fix typo in BADCDS --- lib/dns/result.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/dns/result.c b/lib/dns/result.c index 93d7e30548..e23f23cfd1 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -15,8 +15,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id$ */ - /*! \file */ #include @@ -165,7 +163,7 @@ static const char *text[DNS_R_NRESULTS] = { "bad EUI", /*%< 109 DNS_R_BADEUI */ "covered by negative trust anchor", /*%< 110 DNS_R_NTACOVERED */ - "bad CDS", /*%< 111 DNS_R_BADCSD */ + "bad CDS", /*%< 111 DNS_R_BADCDS */ "bad CDNSKEY", /*%< 112 DNS_R_BADCDNSKEY */ "malformed OPT option", /*%< 113 DNS_R_OPTERR */ "malformed DNSTAP data", /*%< 114 DNS_R_BADDNSTAP */