com php-src: Fix typo: UPGRADING
[email protected] (Sara Golemon)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 5096a429a128c53fab05518cf10da3c4fe1ef4e3 Author: Adam Baratz <[email protected]> Mon, 20 Mar 2017 18:27:25 -0400 Committer: Sara Golemon <[email protected]> Tue, 21 Mar 2017 21:17:08 -0700 Parents: 3b28a9d637d85b38322c013d61110d12f45b6345 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5096a429a128c53fab05518cf10da3c4fe1ef4e3 Log: Fix typo Changed paths: M UPGRADING Diff: diff --git a/UPGRADING b/UPGRADING index 52cecb0..03d8d68 100644 --- a/UPGRADING +++ b/UPGRADING @@ -238,7 +238,7 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2 - Mbstring . mb_check_encoding() accepts array parameter. Both key and value - ecodings are checked recursively. + encodings are checked recursively. . mb_convert_encoding() accepts array parameter. Only value encodings are converted recursively.