From: Florian Forster Date: Fri, 20 Feb 2009 10:12:50 +0000 (+0100) Subject: bind plugin: Fix a typo. X-Git-Tag: collectd-4.6.1~2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=6e2b4380c02a6edb039b73caf654455a758df9aa;p=collectd.git bind plugin: Fix a typo. --- 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" },