]> granicus.if.org Git - php/commitdiff
Fix typo in UPGRADING
authorChris Brown <drbyte@zen-cart.com>
Mon, 2 Nov 2020 17:15:04 +0000 (12:15 -0500)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 3 Nov 2020 08:35:02 +0000 (09:35 +0100)
Closes GH-6395.

UPGRADING

index ed7dd70ea951e40f74c090daa4146a875a8f1348..37cf35cb47104b008e068a85d8b11fcbd1dc0423 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -390,7 +390,7 @@ PHP 8.0 UPGRADE NOTES
     aliases for better interoperability with the iconv extension. The mbregex
     ISO 8859 aliases with underscores (ISO_8859_* and ISO8859_*) have also been
     removed.
-  . mb_ereg() and mb_eregi() will now return boolean true on a successfuly
+  . mb_ereg() and mb_eregi() will now return boolean true on a successful
     match. Previously they returned integer 1 if $matches was not passed, or
     max(1, strlen($reg[0])) is $matches was passed.