From: Mark Andrews Date: Tue, 14 Jun 2016 01:31:17 +0000 (+1000) Subject: 4383. [bug] Correct spelling error in stats channel description of X-Git-Tag: v9.11.0b1~60 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ecff557eebd67a717ab6fd3323af27363ee3273d;p=thirdparty%2Fbind9.git 4383. [bug] Correct spelling error in stats channel description of "EDNS client subnet option received". [RT #42633] --- diff --git a/CHANGES b/CHANGES index c87515c7576..4b8db33e571 100644 --- 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] diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index 651f65ffb01..5bc2f21967c 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -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");