summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r--framework/PradoBase.php4
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
+?>