projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b87d32
)
bind plugin: Fix a typo.
author
Florian Forster
<octo@noris.net>
Fri, 20 Feb 2009 10:12:50 +0000
(11:12 +0100)
committer
Florian Forster
<octo@noris.net>
Fri, 20 Feb 2009 10:12:50 +0000
(11:12 +0100)
src/bind.c
patch
|
blob
|
history
diff --git
a/src/bind.c
b/src/bind.c
index
828a6e8
..
b464f8d
100644
(file)
--- 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", "trans
er"
},
+ { "XfrRej", "dns_reject", "trans
fer"
},
{ "UpdateRej", "dns_reject", "update" },
/* Responses */
{ "Response", "dns_response", "normal" },