From: Aaron Piotrowski Date: Wed, 17 Jun 2015 18:28:27 +0000 (-0500) Subject: Fix typo in UPGRADING X-Git-Tag: php-7.0.0alpha2~2^2~95^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47fda68b031f8d1b1f3ec97e635af0726e34bdb7;p=php Fix typo in UPGRADING --- diff --git a/UPGRADING b/UPGRADING index b0eecfbd7b..4a5b9e4fe5 100644 --- a/UPGRADING +++ b/UPGRADING @@ -328,8 +328,8 @@ Changes to error handling may need to be changed to account for this. * Some fatal errors and recoverable fatal errors now throw an Error instead. - As Error is a separate class from Exception, these exceptions will not caught - by existing try/catch blocks. + As Error is a separate class from Exception, these exceptions will not be + caught by existing try/catch blocks. For the recoverable fatal errors which have been converted into an exception, it is no longer possible to silently ignore the error from an error handler.