From: Stanislav Malyshev Date: Sun, 15 Jul 2012 22:35:16 +0000 (-0700) Subject: typo X-Git-Tag: php-5.5.0alpha1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=626effcf1736f7f14e1c01ec52d62a55cf70cd9d;p=php typo --- diff --git a/UPGRADING b/UPGRADING index d598996f30..6cfd47bfaf 100755 --- a/UPGRADING +++ b/UPGRADING @@ -21,7 +21,7 @@ PHP X.Y UPGRADE NOTES ======================================== - Drop Windows XP and 2003 support. (Pierre) -- All internal case insensitivity handling for class, fucntion and constant +- All internal case insensitivity handling for class, function and constant names is done according to ASCII rules, current locale settings are ignored. ========================================