summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-02-15 12:35:43 +0100
committerAndrey Andreev <narf@bofh.bg>2013-02-15 12:35:43 +0100
commit3ba26413f3fabe64f77f936a357845d118f950f5 (patch)
tree5abb111b5b6a1ecbe79720b37057df085bebad38 /system/core/Loader.php
parent3a533ac93a62f15c2abd186878238b0a99e10f88 (diff)
parent3567246091195e035ea4c8d3b2915eb6b45ad5e2 (diff)
Merge pull request #2248 from vlakoff/develop
Various cosmetic fixes
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 00ca35199..9306a09ef 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -988,7 +988,7 @@ class CI_Loader {
return $this->_ci_init_class($class, config_item('subclass_prefix'), $params, $object_name);
}
- // Lets search for the requested library file and load it.
+ // Let's search for the requested library file and load it.
foreach ($this->_ci_library_paths as $path)
{
$filepath = $path.'libraries/'.$subdir.$class.'.php';