Fix doc bug #51661 (Confusing text in spl_autoload_unregister).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298960 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-05-04 10:36:23 +00:00
parent 7cf7e11a25
commit 4084919da2

View file

@ -17,8 +17,8 @@
be deactivated.
</para>
<para>
When this function results in the autoload stack being activated an
existing __autoload function will not be reactivated.
When this function results in the autoload stack being deactivated, any
__autoload function that previously existed will not be reactivated.
</para>
</refsect1>