From 626effcf1736f7f14e1c01ec52d62a55cf70cd9d Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 15 Jul 2012 15:35:16 -0700 Subject: [PATCH] typo --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index d598996f30d..6cfd47bfaf7 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. ========================================