]> granicus.if.org Git - php/commitdiff
typo
authorRasmus Lerdorf <rasmus@php.net>
Fri, 28 Oct 2011 16:37:41 +0000 (16:37 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 28 Oct 2011 16:37:41 +0000 (16:37 +0000)
UPGRADING

index caeb392664fa0fad467515cd1d56ca3e767aeb8e..3b44fbf1762b04a71be217db2afb047b9f6471d4 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -370,7 +370,7 @@ UPGRADE NOTES - PHP 5.4
           - Setting the timezone with the TZ environment variable is no longer
             supported, instead date.timezone and/or date_default_timezone_set()
             have to be used.
-          - The extension will no longer guesses the default timezone if none
+          - The extension will no longer guess the default timezone if none
             is set with date.timezone and/or date_default_timezone_set().
             Instead it will always fall back to "UTC".