diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-20 20:00:07 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-11-23 14:33:43 -0800 |
commit | 4dc994571d2def413a83a607885f3e809b60019d (patch) | |
tree | 7c2c4af91f11944188f70711191109602a1ae978 /server-tests.php | |
parent | 5ef138b0c7c4e9532e205f45c18a72aa1d279c24 (diff) | |
download | php-git-4dc994571d2def413a83a607885f3e809b60019d.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Conflicts:
ext/ftp/ftp.h
ext/pcre/pcrelib/pcre_printint.c
ext/pcre/pcrelib/sljit/sljitLir.c
ext/pcre/pcrelib/sljit/sljitLir.h
ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
ext/pgsql/pgsql.c
ext/phar/func_interceptors.c
ext/soap/soap.c
ext/standard/image.c
Diffstat (limited to 'server-tests.php')
-rwxr-xr-x | server-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tests.php b/server-tests.php index 688fee485a..42dc61b385 100755 --- a/server-tests.php +++ b/server-tests.php @@ -961,7 +961,7 @@ class testHarness { if ($just_save_results || 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 */ |