]> granicus.if.org Git - php/commitdiff
Fix typos in upgrade notes
authorTheodore Brown <theodorejb@outlook.com>
Sun, 12 May 2019 15:19:54 +0000 (10:19 -0500)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 12 May 2019 15:36:48 +0000 (17:36 +0200)
UPGRADING

index 6e7a69b5a2b91b62353f43c2f994c8c6cf27d4e6..f9ed09152deb246bb297f1a447bf6e2c8bc8003d 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -269,13 +269,13 @@ PHP 7.4 UPGRADE NOTES
 
 - SPL:
   . SplFileObject::fputcsv(), ::fgetcsv() and ::setCsvControl() now accept an
-    empty string as $escape argument, which disables the propriertary PHP
+    empty string as $escape argument, which disables the proprietary PHP
     escaping mechanism. SplFileObject::getCsvControl() now may also return an
     empty string for the third array element, accordingly.
 
 - Standard:
   . fputcsv() and fgetcsv() now accept an empty string as $escape argument,
-    which disables the propriertary PHP escaping mechanism. The behavior of
+    which disables the proprietary PHP escaping mechanism. The behavior of
     str_getcsv() has been adjusted accordingly (formerly, an empty string was
     identical to using the default).
   . proc_open() on Windows can be passed a "create_process_group" option. It