diff options
author | Andrey Andreev <narf@devilix.net> | 2015-08-13 16:30:49 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-08-13 16:30:49 +0200 |
commit | af0a0db4960f5735c1dcdd0fd5d8f09b84e71e82 (patch) | |
tree | 0e5ed5d2723e6520e1386347f1d20f8a4ab3356f | |
parent | a7a542610aeaff52444496303565b179a9dd25b2 (diff) | |
parent | b4e1fb248cf173474acd549c024a0df030b0f20f (diff) |
Merge pull request #4049 from galdiolo/patch-9
[ci skip] Fix typo in comments
-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 |