diff options
author | admin <devnull@localhost> | 2006-10-21 21:39:00 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 21:39:00 +0200 |
commit | bd6bee75dd26ade1c8d9cfd104bb913065797c59 (patch) | |
tree | d6f4ad19ef131b950e2cab3807c3479ad328cc0c /system/libraries/Loader.php | |
parent | 23db0ddcd518b8a6ab8b7688a3eab756a73463f0 (diff) |
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r-- | system/libraries/Loader.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index 253d916c4..849ee731a 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php @@ -820,7 +820,7 @@ class CI_Loader { * Assign to Models * * Makes sure that anything loaded by the loader class (libraries, plugins, etc.) - * will be available to modles, if any exist. + * will be available to models, if any exist. * * @access private * @param object @@ -855,7 +855,7 @@ class CI_Loader { /** * Object to Array * - * Takes an object as input and convers the class variables to array key/vals + * Takes an object as input and converts the class variables to array key/vals * * @access private * @param object |