From 4e85725855dcbe7a8265e63663c3827c01368f9c Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 6 Apr 2016 13:43:52 +0000 Subject: [PATCH] typo fix by Ishan Raychaudhuri git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338943 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/autoload.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/autoload.xml b/language/oop5/autoload.xml index 92cff3c5df..44316877e2 100644 --- a/language/oop5/autoload.xml +++ b/language/oop5/autoload.xml @@ -11,7 +11,7 @@ In PHP 5, this is no longer necessary. The spl_autoload_register 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.