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:
parent
18b69829c0
commit
43642c1b7f
1 changed files with 1 additions and 1 deletions
|
@ -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" )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue