From: Adam Baratz Date: Mon, 20 Mar 2017 22:27:25 +0000 (-0400) Subject: Fix typo X-Git-Tag: php-7.2.0alpha1~230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5096a429a128c53fab05518cf10da3c4fe1ef4e3;p=php Fix typo --- diff --git a/UPGRADING b/UPGRADING index 52cecb0825..03d8d68186 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.