]> granicus.if.org Git - php/commitdiff
Fix typo
authorAdam Baratz <adambaratz@php.net>
Mon, 20 Mar 2017 22:27:25 +0000 (18:27 -0400)
committerSara Golemon <pollita@php.net>
Wed, 22 Mar 2017 04:17:08 +0000 (21:17 -0700)
UPGRADING

index 52cecb0825fb37ebdb98d15fc7c9f4464632ae5c..03d8d68186dbfa628d9dc655069f39a7b11fb829 100644 (file)
--- 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.