diff options
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2015-08-13 16:21:42 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-08-13 16:31:17 +0200 |
commit | 62fe0117ae087ccfb5fd94cc9f83977c86f2452f (patch) | |
tree | 2fab3e932552b2501f878520c22feb97c29eb92c /system/core | |
parent | 0d60a21187e2611cc4cf0ef2d7322c9b91c002b9 (diff) |
Fix typo in comments
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index ce324a1cc..ad3ca9f93 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -677,7 +677,7 @@ if ( ! function_exists('_shutdown_handler')) * of CodeIgniter.php. The main reason we use this is to simulate * a complete custom exception handler. * - * E_STRICT is purposivly neglected because such events may have + * E_STRICT is purposively neglected because such events may have * been caught. Duplication or none? None is preferred for now. * * @link http://insomanic.me.uk/post/229851073/php-trick-catching-fatal-errors-e-error-with-a |