[ci skip] Fix a typo
diff --git a/system/core/Security.php b/system/core/Security.php
index 062c828..75c994a 100644
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -148,7 +148,7 @@
 		'expression\s*(\(|&\#40;)', // CSS and IE
 		'vbscript\s*:', // IE, surprise!
 		'wscript\s*:', // IE
-		'jcript\s*:', // IE
+		'jscript\s*:', // IE
 		'vbs\s*:', // IE
 		'Redirect\s+30\d',
 		"([\"'])?data\s*:[^\\1]*?base64[^\\1]*?,[^\\1]*?\\1?"