typos
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index f2ae1f8..eec1c2e 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -62,7 +62,7 @@
 <ul>

 	<li>Added Flashdata variables, session_id regeneration and configurable session update   times to the <a href="./libraries/sessions.html">Session class.</a></li>

 	<li>Added the ability to <a href="./general/autoloader.html">auto-load</a> <a href="./general/models.html">Models</a></li>

-	<li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or no. Previously they were always saved.</li>

+	<li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or not. Previously they were always saved.</li>

 	<li>Added <dfn>$assign_to_controller</dfn> variable in the main <kbd>index.php</kbd> file.  Anything that this variable contains will be passed automatically to a controller constructor when initialized.</li>

 	<li>Reorganized the URI and Routes classes for better clarity.</li>

     <li>Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it.</li>

@@ -530,4 +530,4 @@
 </div>

 

 </body>

-</html>
+</html>

diff --git a/user_guide/general/models.html b/user_guide/general/models.html
index cfeefac..f5238ee 100644
--- a/user_guide/general/models.html
+++ b/user_guide/general/models.html
@@ -203,7 +203,7 @@
 }</code>

 

 <h2><a name="auto_load_model" id="auto_load_model"></a>Auto-loading Models</h2>

-<p>If you find that you need a particular model globally throughout your  application, you can tell CodeIgniter to auto-load it during system  initialization.  This is done by opening the application/config/autoload.php file and adding the mdoel to the autoload array.</p>

+<p>If you find that you need a particular model globally throughout your  application, you can tell CodeIgniter to auto-load it during system  initialization.  This is done by opening the application/config/autoload.php file and adding the model to the autoload array.</p>

 

 

 <h2><a name="conn"></a>Connecting to your Database</h2>