From 21432ab323bfb35133a1b725289b435b55db9c6a Mon Sep 17 00:00:00 2001 From: natepizzle Date: Tue, 3 Feb 2015 16:25:42 -0600 Subject: Documentation Fix Signed-off-by: natepizzle --- system/core/Output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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. * -- cgit v1.2.3-24-g4f1b