diff options
author | Remko Silvis <remko@hotels.nl> | 2018-03-05 11:31:00 +0100 |
---|---|---|
committer | Remko Silvis <remko@hotels.nl> | 2018-03-05 11:31:00 +0100 |
commit | c4eeb617e453153134c28050d421157c730c7bc9 (patch) | |
tree | 30678a2ad546d83415a9ba88160b625a06a7ffca /system | |
parent | 1a8aa70474fbd18758401c4bdd354c1a43756ccc (diff) |
Fixed typo
Diffstat (limited to 'system')
-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 506b4c7e8..091093637 100644 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -833,7 +833,7 @@ class CI_Security { // For other tags, see if their attributes are "evil" and strip those elseif (isset($matches['attributes'])) { - // We'll store the already fitlered attributes here + // We'll store the already filtered attributes here $attributes = array(); // Attribute-catching pattern |