diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index a770772..0a91b0c 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -65,7 +65,7 @@
 

 

 <h2>Version 1.4.0</h2>

-<p>Release Date: Septemer 01, 2006</p>

+<p>Release Date: September 01, 2006</p>

 

 <ul>

 <li>Added <a href="hooks.html">Hooks</a> feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.</li>

@@ -80,7 +80,7 @@
 <li>Updated the URI Protocol code to allow more options so that URLs will work more reliably in different environments.</li>

 <li>Updated the <dfn>form_open()</dfn> helper to allow the GET method to be used.</li>

 <li>Updated the MySQLi <dfn>execute()</dfn> function with some code to help prevent lost connection errors.</li>

-<li>Updated the SQLite Driver to check for object support before attmpting to return results as objects.  If unsupported it returns an array.</li>

+<li>Updated the SQLite Driver to check for object support before attempting to return results as objects.  If unsupported it returns an array.</li>

 <li>Updated the Models loader function to allow multiple loads of the same model.</li>

 <li>Updated the MS SQL driver so that single quotes are escaped.</li>

 <li>Removed a strtolower() call that was changing URL segments to lower case.</li>

@@ -102,10 +102,10 @@
 <li>Fixed a minor bug in one of the error messages in the language class.</li>

 <li>Fixed a bug in the date helper <dfn>timespan</dfn> function.</li>

 <li>Fixed an undefined variable in the DB Driver class.</li>

-<li>Fixed a bug in which dollar signs used as binding replacemnt values in the DB class would be treated as RegEx back-references.</li>

+<li>Fixed a bug in which dollar signs used as binding replacement values in the DB class would be treated as RegEx back-references.</li>

 <li>Fixed a bug in the <dfn>set_hash()</dfn> function which was preventing MD5 from being used.</li>

 <li>Fixed a couple bugs in the Unit Testing class.</li>

-<li>Fixed an incorrectlyl named variable in the Validation class.</li>

+<li>Fixed an incorrectly named variable in the Validation class.</li>

 <li>Fixed some MS SQL bugs.</li>

 <li>Fixed some doc typos.</li>

 </ul>