From 66012ed0be3f6f501c6d87c1805869d175b0ed55 Mon Sep 17 00:00:00 2001 From: Steve Schnepp Date: Wed, 8 Feb 2012 17:40:34 +0100 Subject: [PATCH] Typos (thx ssm) --- plugins/other/shoutcast2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/other/shoutcast2 b/plugins/other/shoutcast2 index 5e0ed963..250c7ebb 100755 --- a/plugins/other/shoutcast2 +++ b/plugins/other/shoutcast2 @@ -104,7 +104,7 @@ else // this is for munin's configuration tool // could do something more complicated here -if(count($argv) == 2 && $arv[1] == 'authconf') { +if(count($argv) == 2 && $argv[1] == 'autoconf') { exit('yes'); }