diff options
author | xue <> | 2006-06-08 00:23:18 +0000 |
---|---|---|
committer | xue <> | 2006-06-08 00:23:18 +0000 |
commit | 97991dea453f103aba63ab1a1818e434c93c1ee8 (patch) | |
tree | d4cf375ad08705de9a32565cb95639894181c52e /framework | |
parent | 35e66121c76297eeca46bdc93335e94bd34652a7 (diff) |
minor doc fixes.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/PradoBase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index cf6b4592..3749bd50 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)
|