diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-29 19:53:16 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-29 19:53:16 +0100 |
commit | cc6c9a4a594ab1c3167a11dc90c7749278d8e131 (patch) | |
tree | 808463ae46c32f11b3dc150785965d1d23176923 /system/core/Security.php | |
parent | a92de4b8d6675c458e71f56b8e600e9e03af0430 (diff) | |
parent | c9982e4d38e30202f8c4253df296dc6000fdbcd2 (diff) |
Merge pull request #3532 from galdiolo/patch-7
[ci skip] fix typo in comments
Diffstat (limited to 'system/core/Security.php')
-rw-r--r-- | system/core/Security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index 8b3149c07..7c18c7406 100644 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -75,7 +75,7 @@ class CI_Security { /** * Character set * - * Will be overriden by the constructor. + * Will be overridden by the constructor. * * @var string */ |