From 33bc592a83a721e7bbfdb8414415cf054ebf16c9 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 18 Sep 2008 11:54:04 +0000 Subject: [PATCH] spelling more. git-svn-id: file:///svn/unbound/trunk@1256 be551aaa-1e26-0410-a405-d3ace91eadb9 --- contrib/unbound_munin_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/unbound_munin_ b/contrib/unbound_munin_ index 4599a70ad..206bd28bd 100755 --- a/contrib/unbound_munin_ +++ b/contrib/unbound_munin_ @@ -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/=.*$//'`