diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index 253d916..849ee73 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -820,7 +820,7 @@
* 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 @@
/**
* 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