From 0ae46893c9ce8ee99c726bebe966e3d5d9ee4e2e Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Sat, 5 Aug 2006 22:49:07 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217577 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/functions/spl-autoload-functions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/spl/functions/spl-autoload-functions.xml b/reference/spl/functions/spl-autoload-functions.xml index 46b551626b..dcc98932c5 100755 --- a/reference/spl/functions/spl-autoload-functions.xml +++ b/reference/spl/functions/spl-autoload-functions.xml @@ -1,5 +1,5 @@ - + spl_autoload_functions @@ -15,7 +15,7 @@ This function returns an array of all registered __autoload functions. - If the autoload stack if not activated then the return value is false. + If the autoload stack is not activated then the return value is false. If no function is registered the return value will be an empty array.