bind plugin: Fix a typo.
authorFlorian Forster <octo@noris.net>
Fri, 20 Feb 2009 10:12:50 +0000 (11:12 +0100)
committerFlorian Forster <octo@noris.net>
Fri, 20 Feb 2009 10:12:50 +0000 (11:12 +0100)
src/bind.c

index 828a6e8..b464f8d 100644 (file)
@@ -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"      },