summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index ed7dd70ea9..37cf35cb47 100644
--- 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.