spelling more.

git-svn-id: file:///svn/unbound/trunk@1256 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-09-18 11:54:04 +00:00
parent 076fb3bc53
commit 33bc592a83

View file

@ -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/=.*$//'`