diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Output.php | 2 |
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. * |