X-Cam-Antivirus: no malware found CC: "Tony Finch" MIME-Version: 1.0 From dot@dotat.at Thu Jul 27 17:01:20 2017 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org User-Agent: Alpine 2.11 (DEB 23 2013-08-11) Delivered-To: bind9-confidential@bugs.isc.org Date: Thu, 27 Jul 2017 18:01:13 +0100 Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id C44BED78ACE for ; Thu, 27 Jul 2017 17:01:20 +0000 (UTC) Received: from ppsw-30.csi.cam.ac.uk (ppsw-30.csi.cam.ac.uk [131.111.8.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id A83613496C7 for ; Thu, 27 Jul 2017 17:01:16 +0000 (UTC) Received: from grey.csi.cam.ac.uk ([131.111.57.57]:34221) by ppsw-30.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.136]:25) with esmtps (TLSv1:ECDHE-RSA-AES256-SHA:256) id 1dam9x-000dqZ-ej (Exim 4.89) (return-path ); Thu, 27 Jul 2017 18:01:13 +0100 X-Cam-Scannerinfo: http://help.uis.cam.ac.uk/email-scanner-virus Message-ID: To: bind9-bugs@isc.org Return-Path: From: "Tony Finch" X-Original-To: bind9-confidential@bugs.isc.org Subject: [PATCH] typo in comment X-RT-Incoming-Encryption: Not encrypted content-type: TEXT/PLAIN; charset="utf-8" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-RT-Original-Encoding: ascii X-RT-Interface: Email Content-Length: 681 --- 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