From: Mark Andrews Date: Thu, 28 Oct 2021 02:05:33 +0000 (+1100) Subject: Correct spelling of synthesized X-Git-Tag: v9.17.21~5^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48bf5f143b5b5123713e9eaae2e18e68d4b490d0;p=thirdparty%2Fbind9.git Correct spelling of synthesized --- diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index 613b2ef1a51..5a3d9e3d490 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -333,7 +333,7 @@ init_desc(void) { SET_NSSTATDESC(badcookie, "sent badcookie response", "QryBADCOOKIE"); SET_NSSTATDESC(nxdomainsynth, "synthesized a NXDOMAIN response", "SynthNXDOMAIN"); - SET_NSSTATDESC(nodatasynth, "syththesized a no-data response", + SET_NSSTATDESC(nodatasynth, "synthesized a no-data response", "SynthNODATA"); SET_NSSTATDESC(wildcardsynth, "synthesized a wildcard response", "SynthWILDCARD");