diff options
author | Andrey Andreev <narf@devilix.net> | 2017-01-17 11:01:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 11:01:00 +0100 |
commit | 9e17059bf8d277058d1de23390e388b5fa0cc26a (patch) | |
tree | c759a1936f3c4efc9c5c0188915c6b78a544b0bd /system/core/Common.php | |
parent | f41b4e33d1d5fe8d17b3d572b9676b0fdfedc8f7 (diff) | |
parent | e75b6de1be5872ad11543bb2b3691a7d9fd624e4 (diff) |
[ci skip] Merge pull request #4986 from ka7/feature/spelling
Spelling fixes in comment blocks and docs
Diffstat (limited to 'system/core/Common.php')
-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 d3ffaf0cd..2712df0e4 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -826,7 +826,7 @@ if ( ! function_exists('function_usable')) * terminate script execution if a disabled function is executed. * * The above described behavior turned out to be a bug in Suhosin, - * but even though a fix was commited for 0.9.34 on 2012-02-12, + * but even though a fix was committed for 0.9.34 on 2012-02-12, * that version is yet to be released. This function will therefore * be just temporary, but would probably be kept for a few years. * |