]> granicus.if.org Git - php/commitdiff
Small typo in UPGRADING doc
authorChris Brown <drbyte@zen-cart.com>
Tue, 15 Mar 2016 20:34:05 +0000 (16:34 -0400)
committerChris Brown <drbyte@zen-cart.com>
Tue, 15 Mar 2016 20:34:05 +0000 (16:34 -0400)
UPGRADING

index 1e944d9e1f0913bcc1ed9c26e35e07aafc66c251..fc23e3676f10a72bfc10807bf7c853384b8164a3 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -71,7 +71,7 @@ PHP 7.1 UPGRADE NOTES
   the $offset argument.
 - strpos(), stripos(), substr_count(), grapheme_strpos(), grapheme_stripos(),
   grapheme_extract(), iconv_strpos(), mb_strimwidth(), mb_ereg_search_setpos(),
-  mb_strpos() and mb_stripos() now accept negative string offstes.
+  mb_strpos() and mb_stripos() now accept negative string offsets.
 - substr_count() and mb_strimwidth() additionally also accept negative length.
 - file_get_contents() accepts a negative seek offset if the stream is seekable.