Documentation Fix
Signed-off-by: natepizzle <natepizzle@users.noreply.github.com>
diff --git a/system/core/Output.php b/system/core/Output.php
index b8c6dc0..02f6693 100644
--- a/system/core/Output.php
+++ b/system/core/Output.php
@@ -391,7 +391,7 @@
/**
* 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.
*