diff --git a/lib/init.php b/lib/init.php index 7d474ad4..bec161f6 100644 --- a/lib/init.php +++ b/lib/init.php @@ -17,7 +17,7 @@ * */ if(!file_exists(dirname(__DIR__) . '/vendor/autoload.php')){ - die('Vendor does not exist. Please run "Composer install". For more informationen https://github.com/Froxlor/Froxlor/wiki'); + die('Vendor does not exist. Please run "composer install". For more informationen https://github.com/Froxlor/Froxlor/wiki'); } require dirname(__DIR__) . '/vendor/autoload.php';