typo fix by Ishan Raychaudhuri

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338943 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-04-06 13:43:52 +00:00
parent c8e0df5f35
commit 4e85725855

View file

@ -11,7 +11,7 @@
<para>
In PHP 5, this is no longer necessary. The
<function>spl_autoload_register</function> function registers any number of
autloaders, enabling for classes and interfaces to be automatically loaded
autoloaders, enabling for classes and interfaces to be automatically loaded
if they are currently not defined. By registering autoloaders, PHP is given
a last chance to load the class or interface before it fails with an error.
</para>