diff options
author | klemens <ka7@github.com> | 2017-01-16 21:47:20 +0100 |
---|---|---|
committer | klemens <ka7@github.com> | 2017-01-16 21:47:20 +0100 |
commit | e75b6de1be5872ad11543bb2b3691a7d9fd624e4 (patch) | |
tree | c759a1936f3c4efc9c5c0188915c6b78a544b0bd | |
parent | 24fedeb2075194f0da475f45f400a0866d9577f9 (diff) |
spelling fixes(1)
-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 0fa2531b2..4ad550fff 100644 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -847,7 +847,7 @@ class CI_Security { // Each iteration filters a single attribute do { - // Strip any non-alpha characters that may preced an attribute. + // Strip any non-alpha characters that may precede an attribute. // Browsers often parse these incorrectly and that has been a // of numerous XSS issues we've had. $matches['attributes'] = preg_replace('#^[^a-z]+#i', '', $matches['attributes']); |