summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
authornatepizzle <natepizzle@users.noreply.github.com>2015-02-03 23:25:42 +0100
committernatepizzle <natepizzle@users.noreply.github.com>2015-02-03 23:25:42 +0100
commit21432ab323bfb35133a1b725289b435b55db9c6a (patch)
tree236085462064813fa3df97b89a56aae5eda261c4 /system/core/Output.php
parent898544c4b2b2dd147d82da09f4d397c6ac0526d5 (diff)
Documentation Fix
Signed-off-by: natepizzle <natepizzle@users.noreply.github.com>
Diffstat (limited to 'system/core/Output.php')
-rw-r--r--system/core/Output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Output.php b/system/core/Output.php
index b8c6dc02e..02f66936c 100644
--- a/system/core/Output.php
+++ b/system/core/Output.php
@@ -391,7 +391,7 @@ class CI_Output {
/**
* Display Output
*
- * Processes sends the sends finalized output data to the browser along
+ * Processes and sends finalized output data to the browser along
* with any server headers and profile data. It also stops benchmark
* timers so the page rendering speed and memory usage can be shown.
*