summaryrefslogtreecommitdiff
path: root/modules/filter/filter.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/filter/filter.test')
-rw-r--r--modules/filter/filter.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/filter/filter.test b/modules/filter/filter.test
index bfc4d60b6..a15c26838 100644
--- a/modules/filter/filter.test
+++ b/modules/filter/filter.test
@@ -596,8 +596,8 @@ class FilterUnitTestCase extends DrupalUnitTestCase {
/**
* Test limiting allowed tags, XSS prevention and adding 'nofollow' to links.
*
- * XSS tests assume that script is dissallowed on default and src is allowed
- * on default, but on* and style are dissallowed.
+ * XSS tests assume that script is disallowed on default and src is allowed
+ * on default, but on* and style are disallowed.
*
* Script injection vectors mostly adopted from http://ha.ckers.org/xss.html.
*