typos fixes
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index e53b8f0..3a3e8e0 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -73,7 +73,7 @@
     <li>Fixed a bug in result_array() that was returning an empty array when no result is produced.</li>

     <li>Fixed a bug in the redirect function of the <a href="./helpers/url_helper.html">url helper</a>. </li>

     <li>Fixed an undefined variable in Loader </li>

-    <li>Fixed a version but in the Postgre driver </li>

+    <li>Fixed a version bug in the Postgre driver </li>

     <li>Fixed a bug in the textarea function of the form helper for use with strings</li>

     <li>Fixed doc typos. </li>

 </ul>

diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html
index 9dd850b..a3c5525 100644
--- a/user_guide/installation/downloads.html
+++ b/user_guide/installation/downloads.html
@@ -63,7 +63,8 @@
 <h1>Downloading CodeIgniter</h1>

 

 <ul>

-<li><a href="http://www.codeigniter.com/download.php">CodeIgniter V 1.5.2 (Current version)</a></li>

+<li><a href="http://www.codeigniter.com/download.php">CodeIgniter V 1.5.3 (Current version)</a></li>

+<li><a href="http://www.codeigniter.com/downloads/CodeIgniter_1.5.2.zip">CodeIgniter V 1.5.2</a></li>

 <li><a href="http://www.codeigniter.com/downloads/CodeIgniter_1.5.1.zip">CodeIgniter V 1.5.1</a></li>

 <li><a href="http://www.codeigniter.com/downloads/CodeIgniter_1.4.1.zip">CodeIgniter V 1.4.1</a></li>

 <li><a href="http://www.codeigniter.com/downloads/CodeIgniter_1.3.3.zip">CodeIgniter V 1.3.3</a></li>

diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html
index 3bb63fb..fb0930c 100644
--- a/user_guide/libraries/benchmark.html
+++ b/user_guide/libraries/benchmark.html
@@ -175,7 +175,7 @@
 system using the following code in one of your view file:</p>

 

 <code>&lt;?=$this->benchmark->memory_usage();?&gt;</code>

-<p>Note: This function can only be used in your view files. The consumpiton will reflect the total memory used by the entire app.</p>

+<p>Note: This function can only be used in your view files. The consumption will reflect the total memory used by the entire app.</p>

 

 <p>An alternate way to show your memory usage in your view files is to use this pseudo-variable, if you prefer not to use the pure PHP:</p>

 <code>{memory_usage}</code>