Fixed PHP bug #51885 (Typo, provisio should read "provision")

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-05-22 08:27:29 +00:00
parent 89a79ec8c9
commit 4ff73f7555

View file

@ -21,7 +21,7 @@
caught in the <link linkend="language.exceptions">catch</link> block and
would result in a fatal error. From 5.3.0+ exceptions thrown in the
__autoload function can be caught in the <link linkend="language.exceptions">
catch</link> block, with 1 proviso. If throwing a custom exception, then
catch</link> block, with 1 provision. If throwing a custom exception, then
the custom exception class must be available. The __autoload function may
be used recursively to autoload the custom exception class.
</para>