diff options
author | git-marijus <mario@mariovavti.com> | 2017-10-16 21:30:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 21:30:57 +0200 |
commit | 61c86212b944efa0d78dcc0364b81bfb8a0d19bc (patch) | |
tree | 4c29228ab3019c3249da7f5b8b096876afd84250 | |
parent | 2feb6795b0a5e08a8ec5c5bd7a2bf87ec43c4c5e (diff) | |
parent | 0216dc733d53f6b3102ce96cbcf751e7a054659b (diff) | |
download | volse-hubzilla-61c86212b944efa0d78dcc0364b81bfb8a0d19bc.tar.gz volse-hubzilla-61c86212b944efa0d78dcc0364b81bfb8a0d19bc.tar.bz2 volse-hubzilla-61c86212b944efa0d78dcc0364b81bfb8a0d19bc.zip |
Merge pull request #874 from fwolfst/comment_typo_fix
fix typos in comment
-rw-r--r-- | Zotlabs/Module/Setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Setup.php b/Zotlabs/Module/Setup.php index 2134288d6..8e7fbbddf 100644 --- a/Zotlabs/Module/Setup.php +++ b/Zotlabs/Module/Setup.php @@ -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(); |