summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-04 00:03:02 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-04 00:03:02 +0100
commit9cec91be05e13f292f73e59dd08febf5e32859d8 (patch)
tree236085462064813fa3df97b89a56aae5eda261c4 /system
parent898544c4b2b2dd147d82da09f4d397c6ac0526d5 (diff)
parent21432ab323bfb35133a1b725289b435b55db9c6a (diff)
Merge pull request #3550 from natepizzle/develop
[ci skip] Docblock wording fix
Diffstat (limited to 'system')
-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.
*