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 /ext/mysql | |
parent | f7674519804dc7000a56ef9fe12c49461ff0333a (diff) | |
download | php-git-4b9535341addcdeaf44002e323733864325b30ab.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'ext/mysql')
-rw-r--r-- | ext/mysql/tests/mysql_deprecated_api.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/tests/mysql_deprecated_api.phpt b/ext/mysql/tests/mysql_deprecated_api.phpt index ebf72375cf..8844617c66 100644 --- a/ext/mysql/tests/mysql_deprecated_api.phpt +++ b/ext/mysql/tests/mysql_deprecated_api.phpt @@ -13,7 +13,7 @@ error_reporting=E_ALL | E_NOTICE | E_STRICT /* We use an extra test to cover deprecation warning. Due to this extra test we can silence deprecation warnings - in have other test using @ operator without loosing the information + in have other test using @ operator without losing the information which function is deprecated and, without reducing test portability. */ include "table.inc"; |