1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-28 03:44:52 +00:00

Typos (thx ssm)

This commit is contained in:
Steve Schnepp 2012-02-08 17:40:34 +01:00
parent 3716785b5c
commit 66012ed0be

View file

@ -104,7 +104,7 @@ else
// this is for munin's configuration tool // this is for munin's configuration tool
// could do something more complicated here // could do something more complicated here
if(count($argv) == 2 && $arv[1] == 'authconf') { if(count($argv) == 2 && $argv[1] == 'autoconf') {
exit('yes'); exit('yes');
} }