summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorRemko Silvis <remko@hotels.nl>2018-03-05 11:31:00 +0100
committerRemko Silvis <remko@hotels.nl>2018-03-05 11:31:00 +0100
commitc4eeb617e453153134c28050d421157c730c7bc9 (patch)
tree30678a2ad546d83415a9ba88160b625a06a7ffca /system/core/Security.php
parent1a8aa70474fbd18758401c4bdd354c1a43756ccc (diff)
Fixed typo
Diffstat (limited to 'system/core/Security.php')
-rw-r--r--system/core/Security.php2
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