diff options
author | xue <> | 2006-06-10 11:28:30 +0000 |
---|---|---|
committer | xue <> | 2006-06-10 11:28:30 +0000 |
commit | c6b4190fab88201f4efaa0d00a6aa823b180f482 (patch) | |
tree | e3be39a8eaefca800017dd866422b1039e1db77a /framework/PradoBase.php | |
parent | 112d86bb08a1dd4bde14005f757c95b0fc7a5a21 (diff) |
Merge from 3.0 branch till 1148.
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r-- | framework/PradoBase.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 +?>
|