summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorxue <>2006-06-08 00:23:18 +0000
committerxue <>2006-06-08 00:23:18 +0000
commit97991dea453f103aba63ab1a1818e434c93c1ee8 (patch)
treed4cf375ad08705de9a32565cb95639894181c52e /framework/PradoBase.php
parent35e66121c76297eeca46bdc93335e94bd34652a7 (diff)
minor doc fixes.
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r--framework/PradoBase.php2
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)