1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-23 14:45:24 +00:00

fixed typo on line 46

This commit is contained in:
Phil Wray 2012-03-08 18:19:00 +00:00
parent 18b69829c0
commit 43642c1b7f

View file

@ -43,7 +43,7 @@ my %regexp = ("vbulletin"=> "<strong\>(\d+)[^\d]+(\d+)\sguests\</strong>",
"phpbb" => "");
my $type = undef;
my $timoeout = 30;
my $timeout = 30;
if ( defined $ARGV[0] and $ARGV[0] eq "autoconf" )
{