From: Mark Andrews Date: Tue, 17 Mar 2015 22:35:27 +0000 (+1100) Subject: spelling X-Git-Tag: v9.11.0a1~912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f5659fe68a5333b9cf8f31542445a8915f781cc;p=thirdparty%2Fbind9.git spelling Signed-off-by: Mark Andrews --- diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index a30f0c6757a..4e5d31fd348 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -225,8 +225,8 @@ init_desc(void) { SET_NSSTATDESC(udp, "UDP queries received", "QryUDP"); SET_NSSTATDESC(tcp, "TCP queries received", "QryTCP"); SET_NSSTATDESC(nsidopt, "NSID option received", "NSIDOpt"); - SET_NSSTATDESC(expireopt, "Expire option recieved", "ExpireOpt"); - SET_NSSTATDESC(otheropt, "Other EDNS option recieved", "OtherOpt"); + SET_NSSTATDESC(expireopt, "Expire option received", "ExpireOpt"); + SET_NSSTATDESC(otheropt, "Other EDNS option received", "OtherOpt"); #ifdef ISC_PLATFORM_USESIT SET_NSSTATDESC(sitopt, "source identity token option received", "SitOpt");