diff options
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2015-01-29 17:41:17 +0100 |
---|---|---|
committer | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2015-01-29 17:41:17 +0100 |
commit | 325d22da5ff207bafb3df80647792a741b49fcf7 (patch) | |
tree | 8b15993799a24c115382c2ea88a4d1e3fc71432a | |
parent | 00c222db1e23ecc3692a5ca5664d8fc25f1789fc (diff) |
fix typo in comments
-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 */ |