summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/benchmark.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-04-24 07:54:31 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-04-24 07:54:31 +0200
commitf5b621842786646d51e6c2c17384272b4ef0e452 (patch)
treefd6701b9679b1482ebfaf89e01cce1501f120e09 /user_guide/libraries/benchmark.html
parent8bd9bf8a84b8192244970f4cba31a9f265c550a2 (diff)
typos fixes
Diffstat (limited to 'user_guide/libraries/benchmark.html')
-rw-r--r--user_guide/libraries/benchmark.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html
index 3bb63fbf5..fb0930c65 100644
--- a/user_guide/libraries/benchmark.html
+++ b/user_guide/libraries/benchmark.html
@@ -175,7 +175,7 @@ functions you must set your own start/end points.</p>
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>