diff options
author | Stanislav Malyshev <stas@php.net> | 2013-06-10 13:37:56 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-10 13:37:56 -0700 |
commit | 09bc6d7cf6080155c456c065eaad1aaa3880863d (patch) | |
tree | b751f1472d1cbdecaee9375b82210641091d8b21 /ext/zlib/tests/readgzfile_variation11.phpt | |
parent | 00495d160b995535d0f09d32fcee5655e07aec9e (diff) | |
parent | 84e35fb2e0fcd7400d289e06395c975fc7a77816 (diff) | |
download | php-git-09bc6d7cf6080155c456c065eaad1aaa3880863d.tar.gz |
Merge branch 'PHP-5.5'
* PHP-5.5:
typo fixes (argument)
typo fixes (accommodate, parameter)
Diffstat (limited to 'ext/zlib/tests/readgzfile_variation11.phpt')
-rw-r--r-- | ext/zlib/tests/readgzfile_variation11.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/readgzfile_variation11.phpt b/ext/zlib/tests/readgzfile_variation11.phpt index 4023211ff1..01dc78721d 100644 --- a/ext/zlib/tests/readgzfile_variation11.phpt +++ b/ext/zlib/tests/readgzfile_variation11.phpt @@ -1,5 +1,5 @@ --TEST-- -Test function readgzfile() by substituting agument 2 with float values. +Test function readgzfile() by substituting argument 2 with float values. --SKIPIF-- <?php if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build'); |