typos fixes
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>