diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-16 04:43:26 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-16 04:43:26 +0200 |
commit | 2220fbe70503dd6d7ff9b2a57b84685955e815ab (patch) | |
tree | c63dd27beae3acaeeb7b61321014f117f1e1b018 /user_guide_src/source/libraries/output.rst | |
parent | f45d13bac3791be2a048d21f82d960355ee4e1d8 (diff) |
Fix user guide typos [ci skip]
Diffstat (limited to 'user_guide_src/source/libraries/output.rst')
-rw-r--r-- | user_guide_src/source/libraries/output.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/output.rst b/user_guide_src/source/libraries/output.rst index 3289a241f..2b72ba777 100644 --- a/user_guide_src/source/libraries/output.rst +++ b/user_guide_src/source/libraries/output.rst @@ -105,7 +105,7 @@ Permits you to manually set a server status header. Example:: `See here <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>`_ for a full list of headers. -.. note:: This method is an alias for :doc:`Common function <../general/common_funtions.rst>` +.. note:: This method is an alias for :doc:`Common function <../general/common_functions.rst>` ``set_status_header()``. $this->output->enable_profiler(); |