diff options
Diffstat (limited to 'system/core/Output.php')
-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 570d4ebc9..ed294f116 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -74,7 +74,7 @@ class CI_Output { protected $mime_type = 'text/html'; /** - * Determines wether profiler is enabled + * Determines whether profiler is enabled * * @var book */ |