]> granicus.if.org Git - php/commitdiff
Fix typo in UPGRADING for 7.2
authorIssei.M <issei.m7@gmail.com>
Sun, 23 Jul 2017 14:08:49 +0000 (23:08 +0900)
committerJoe Watkins <krakjoe@php.net>
Mon, 24 Jul 2017 09:44:19 +0000 (10:44 +0100)
UPGRADING

index 6e6dd5592a648144cb27799b0fd0cb2f857b3f86..6d502cf697ef0cab92c1b9c36eaec7cba8d98aa9 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -25,7 +25,7 @@ PHP 7.2 UPGRADE NOTES
   . is_object() will now return true for objects of class
     __PHP_Incomplete_Class.
   . Support for Netware operating systems have been removed.
-  . Casting arrays to objects (with (object) or settype()) will now covert
+  . Casting arrays to objects (with (object) or settype()) will now convert
     integer keys to string property names. This fixes the behaviour of previous
     versions, where integer keys would become inaccessible properties with
     integer names.