X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=b464f8de64841f1b389a87e36eb85958db96018f;hb=6e419a825c50f9c97471aba7d50521bfc7e19828;hp=828a6e80b7370bdb9e8afcd6566e207c5db3a466;hpb=3b87d3221e57d8f4d3a442bf1d82ea7ae2180047;p=collectd.git diff --git a/src/bind.c b/src/bind.c index 828a6e80..b464f8de 100644 --- a/src/bind.c +++ b/src/bind.c @@ -131,7 +131,7 @@ static const translation_info_t nsstats_translation_table[] = /* {{{ */ /* Rejects */ { "AuthQryRej", "dns_reject", "authorative" }, { "RecQryRej", "dns_reject", "recursive" }, - { "XfrRej", "dns_reject", "transer" }, + { "XfrRej", "dns_reject", "transfer" }, { "UpdateRej", "dns_reject", "update" }, /* Responses */ { "Response", "dns_response", "normal" },