From ecff557eebd67a717ab6fd3323af27363ee3273d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 14 Jun 2016 11:31:17 +1000 Subject: [PATCH] 4383. [bug] Correct spelling error in stats channel description of "EDNS client subnet option received". [RT #42633] --- CHANGES | 3 +++ bin/named/statschannel.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c87515c757..4b8db33e57 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 651f65ffb0..5bc2f21967 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");