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 /run-tests.php | |
| parent | f7674519804dc7000a56ef9fe12c49461ff0333a (diff) | |
| download | php-git-4b9535341addcdeaf44002e323733864325b30ab.tar.gz | |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'run-tests.php')
| -rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 17930b29bc..e2d0f9987f 100755 --- a/run-tests.php +++ b/run-tests.php @@ -342,7 +342,7 @@ function save_or_mail_results() if ($just_save_results || TRAVIS_CI || strlen(trim($user_input)) == 0 || strtolower($user_input[0]) == 'y') { /* * Collect information about the host system for our report - * Fetch phpinfo() output so that we can see the PHP enviroment + * Fetch phpinfo() output so that we can see the PHP environment * Make an archive of all the failed tests * Send an email */ |
