summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-03-20 20:12:55 +0100
committerAndrey Andreev <narf@devilix.net>2014-03-20 20:12:55 +0100
commit39233306de07ada3575a71d70349010954676486 (patch)
treedbb7de45c57a274cdc29e026cb90a4a73f1b99eb /system
parent6c12a84beebf46bdfec6ac7b2ff4412e6b3daf96 (diff)
parent7b272ff181b076f3594f1458d30e97f6dac4bea5 (diff)
Merge pull request #2958 from JLeft/develop
Fixed typo in model loader.
Diffstat (limited to 'system')
-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