From 43642c1b7f33a89c13af4045aabba9d2420cf3a8 Mon Sep 17 00:00:00 2001 From: Phil Wray Date: Thu, 8 Mar 2012 18:19:00 +0000 Subject: [PATCH] fixed typo on line 46 --- plugins/forum/vbulletin_users | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/forum/vbulletin_users b/plugins/forum/vbulletin_users index 6a501482..9fb43980 100755 --- a/plugins/forum/vbulletin_users +++ b/plugins/forum/vbulletin_users @@ -43,7 +43,7 @@ my %regexp = ("vbulletin"=> "(\d+)[^\d]+(\d+)\sguests\", "phpbb" => ""); my $type = undef; -my $timoeout = 30; +my $timeout = 30; if ( defined $ARGV[0] and $ARGV[0] eq "autoconf" ) {