fix typos in comment

This commit is contained in:
Felix Wolfsteller 2017-10-11 09:13:59 +02:00 committed by Mario Vavti
parent a33562144b
commit b8a9390f49

View File

@ -38,7 +38,7 @@ class Setup extends \Zotlabs\Web\Controller {
ini_set('log_errors', '0');
ini_set('display_errors', '1');
// $baseurl/setup/testrwrite to test if rewite in .htaccess is working
// $baseurl/setup/testrewrite to test if rewrite in .htaccess is working
if (argc() == 2 && argv(1) == "testrewrite") {
echo 'ok';
killme();