From 7b272ff181b076f3594f1458d30e97f6dac4bea5 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 20 Mar 2014 19:02:37 +0000 Subject: Fixed typo in model loader. Signed-off-by: James --- system/core/Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b