From e3fc044125095d397693cc4f34105beb5423bdc6 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Thu, 27 Mar 2008 21:01:28 +0000 Subject: another typo fix --- lib/Smokeping.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Smokeping.pm') diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index d199749..916f3ef 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -1413,7 +1413,7 @@ sub get_charts ($$$){ for my $chart ( keys %charts ){ $page .= "

$cfg->{Presentation}{charts}{$chart}{title}

\n"; if (not defined $charts{$chart}[0]){ - $page .= "

No targets retured by the sorter.

" + $page .= "

No targets returned by the sorter.

" } else { my $tree = $cfg->{Targets}; my $chartentry = $charts{$chart}[0]; @@ -1431,7 +1431,7 @@ sub get_charts ($$$){ my $chart = $open->[1]; $page = "

$cfg->{Presentation}{charts}{$chart}{title}

\n"; if (not defined $charts{$chart}[0]){ - $page .= "

No targets retured by the sorter.

" + $page .= "

No targets returned by the sorter.

" } else { my $rank =1; for my $chartentry (@{$charts{$chart}}){ -- cgit v1.2.3-24-g4f1b