]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
spelling more.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Sep 2008 11:54:04 +0000 (11:54 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Sep 2008 11:54:04 +0000 (11:54 +0000)
git-svn-id: file:///svn/unbound/trunk@1256 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/unbound_munin_

index 4599a70ad147c57876dc5c50abc9f0b53a82db84..206bd28bd8a68205b7eff27cc5ff9c9e61beed1a 100755 (executable)
@@ -290,7 +290,7 @@ if test "$1" = "config" ; then
        by_rcode)
                echo "graph_title Unbound DNS answers by return code"
                echo "graph_args --base 1000 -l 0"
-               echo "graph_vlabel queries / second"
+               echo "graph_vlabel answer packets / second"
                echo "graph_category DNS"
                for x in `grep "^num.answer.rcode" $state`; do
                        nm=`echo $x | sed -e 's/=.*$//'`