--- lib/dns/result.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/result.c b/lib/dns/result.c index 615f601..9779823 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -154,7 +154,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 */ -- 2.10.1.445.g3cdd5d1