summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorJames <me@tfel.net>2014-03-20 20:02:37 +0100
committerJames <me@tfel.net>2014-03-20 20:02:47 +0100
commit7b272ff181b076f3594f1458d30e97f6dac4bea5 (patch)
treedbb7de45c57a274cdc29e026cb90a4a73f1b99eb /system/core/Loader.php
parent6c12a84beebf46bdfec6ac7b2ff4412e6b3daf96 (diff)
Fixed typo in model loader.
Signed-off-by: James <me@tfel.net>
Diffstat (limited to 'system/core/Loader.php')
-rw-r--r--system/core/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index be2b05cbe..3d88f42f4 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -213,7 +213,7 @@ class CI_Loader {
/**
* Model Loader
*
- * Loads and instantiates libraries.
+ * Loads and instantiates models.
*
* @param string $model Model name
* @param string $name An optional object name to assign to