From c6b4190fab88201f4efaa0d00a6aa823b180f482 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 10 Jun 2006 11:28:30 +0000 Subject: Merge from 3.0 branch till 1148. --- framework/PradoBase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/PradoBase.php') diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 9c6ef96b..608784e9 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -90,7 +90,7 @@ class PradoBase /** * Class autoload loader. - * This method is provided to be invoked within an __auload() magic method. + * This method is provided to be invoked within an __autoload() magic method. * @param string class name */ public static function autoload($className) @@ -645,4 +645,4 @@ else // PHP < 5.1.0 } } -?> \ No newline at end of file +?> -- cgit v1.2.3