diff options
author | James <me@tfel.net> | 2014-03-20 20:02:37 +0100 |
---|---|---|
committer | James <me@tfel.net> | 2014-03-20 20:02:47 +0100 |
commit | 7b272ff181b076f3594f1458d30e97f6dac4bea5 (patch) | |
tree | dbb7de45c57a274cdc29e026cb90a4a73f1b99eb /system/core/Loader.php | |
parent | 6c12a84beebf46bdfec6ac7b2ff4412e6b3daf96 (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.php | 2 |
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 |