]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4383. [bug] Correct spelling error in stats channel description of
authorMark Andrews <marka@isc.org>
Tue, 14 Jun 2016 01:31:17 +0000 (11:31 +1000)
committerMark Andrews <marka@isc.org>
Tue, 14 Jun 2016 01:31:17 +0000 (11:31 +1000)
                        "EDNS client subnet option received". [RT #42633]

CHANGES
bin/named/statschannel.c

diff --git a/CHANGES b/CHANGES
index c87515c757607c504959527658a641517e359ca8..4b8db33e571ce780258b77643d10436fc3c974ce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4383.  [bug]           Correct spelling error in stats channel description of
+                       "EDNS client subnet option received". [RT #42633]
+
 4382.  [bug]           rndc {addzone,modzone,delzone,showzone} should all
                        compare the zone name using a canonical format.
                        [RT #42630]
index 651f65ffb0189e5da65f87f082968ec6672ea656..5bc2f21967c7d7a4ae2725a0818de0718685fede 100644 (file)
@@ -281,7 +281,7 @@ init_desc(void) {
        SET_NSSTATDESC(cookiebadtime, "COOKIE - bad time", "CookieBadTime");
        SET_NSSTATDESC(cookienomatch, "COOKIE - no match", "CookieNoMatch");
        SET_NSSTATDESC(cookiematch, "COOKIE - match", "CookieMatch");
-       SET_NSSTATDESC(ecsopt, "EDNS client subnet option recieved", "ECSOpt");
+       SET_NSSTATDESC(ecsopt, "EDNS client subnet option received", "ECSOpt");
        SET_NSSTATDESC(nxdomainredirect,
                "queries resulted in NXDOMAIN that were redirected",
                "QryNXRedir");