1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-04 15:13:59 +00:00

Fix spelling mistakes in comments and descriptions

Thanks, codespell!
This commit is contained in:
Lars Kruse 2020-03-26 02:12:57 +01:00
parent 561da1a3f1
commit 8713eb3722
162 changed files with 248 additions and 248 deletions

View file

@ -7,7 +7,7 @@ squid - Plugin to monitor squid statistics
=head1 APPLICABLE SYSTEMS
Any system running squid and avialable cache_object://
Any system running squid and available cache_object://
=head1 CONFIGURATION
@ -302,7 +302,7 @@ if($ARGV[0] and $ARGV[0] eq "config")
foreach my $time (qw(5 60))
{
my $name = sprintf("squid_mst_%s", $time);
$config{$name}{'graph'}{'title'} = "Median service times in ${time} minuts";
$config{$name}{'graph'}{'title'} = "Median service times in ${time} minutes";
$config{$name}{'graph'}{'vlabel'} = 'seconds';
$config{$name}{'graph'}{'args'} = '--base 1000';
$config{$name}{'graph'}{'category'} = 'loadbalancer';