diff options
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2015-08-13 16:21:42 +0200 |
---|---|---|
committer | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2015-08-13 16:21:42 +0200 |
commit | b4e1fb248cf173474acd549c024a0df030b0f20f (patch) | |
tree | 0e5ed5d2723e6520e1386347f1d20f8a4ab3356f /system/core | |
parent | a7a542610aeaff52444496303565b179a9dd25b2 (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 |