diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-19 19:59:31 +0000 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2014-11-19 20:23:00 +0000 |
commit | 4b9535341addcdeaf44002e323733864325b30ab (patch) | |
tree | 4c5819be9e7939c00b4d60261751b78c6f1d82cc /server-tests-config.php | |
parent | f7674519804dc7000a56ef9fe12c49461ff0333a (diff) | |
download | php-git-4b9535341addcdeaf44002e323733864325b30ab.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'server-tests-config.php')
-rwxr-xr-x | server-tests-config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server-tests-config.php b/server-tests-config.php index a4fa88a5b2..5961deea98 100755 --- a/server-tests-config.php +++ b/server-tests-config.php @@ -37,11 +37,11 @@ $conf = array( 'TEST_WEB_BASE_URL' => NULL, /* if set, copy phpt files into this directory, - which should be accessable via an http server. The + which should be accessible via an http server. The TEST_WEB_BASE_URL setting should be the base url to access this path. If this is not used, TEST_WEB_BASE_URL should be the base url pointing - to TEST_PHP_SRCDIR, which should then be accessable via + to TEST_PHP_SRCDIR, which should then be accessible via an http server. An example would be: |