summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-07-11 21:44:50 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-07-11 21:44:50 +0200
commit4b7d19d373236d84a493b3b99eccf2f1f71f735b (patch)
tree88967c56b733965065bd94f638835b22ab7dd5a8 /user_guide
parentf5a519822db2201b98f822ad4f8659bad2ce9bcd (diff)
typo Output vs output
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/general/controllers.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html
index 5d83edcd6..157ce4038 100644
--- a/user_guide/general/controllers.html
+++ b/user_guide/general/controllers.html
@@ -272,10 +272,10 @@ function _output($output)<br />
}</code>
<p class="important">Please note that your <dfn>_output()</dfn> function will receive the data in its finalized state. Benchmark and memory usage data will be rendered,
-cache files written (if you have caching enabled), and headers will be sent (if you use that <a href="../libraries/Output.html">feature</a>)
+cache files written (if you have caching enabled), and headers will be sent (if you use that <a href="../libraries/output.html">feature</a>)
before it is handed off to the _output() function. If you are using this feature the page execution timer and memory usage stats might not be perfectly accurate
since they will not take into acccount any further processing you do. For an alternate way to control output <em>before</em> any of the final processing is done, please see
-the available methods in the <a href="../libraries/Output.html">Output Class</a>.</p>
+the available methods in the <a href="../libraries/output.html">Output Class</a>.</p>
<a name="private"></a>
<h2>Private Functions</h2>