From da447aa720ff1ee7f46dee1103d05940ca3abbf8 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 1 Nov 2007 10:54:10 +0000 Subject: [PATCH] Fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245353 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/functions/spl-autoload.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/spl/functions/spl-autoload.xml b/reference/spl/functions/spl-autoload.xml index bd5956e325..bfda46c3d5 100755 --- a/reference/spl/functions/spl-autoload.xml +++ b/reference/spl/functions/spl-autoload.xml @@ -1,5 +1,5 @@ - + spl_autoload @@ -17,7 +17,7 @@ __autoload(). If nothing else is specified and autoload_register() is called without any parameters then this functions will be used for any later call to __autoload(). By default it checks all include paths to - contain failnames built up by the lowercase class name appended by the + contain filenames built up by the lowercase class name appended by the filename extensions .inc and .php.