summaryrefslogtreecommitdiff
path: root/modules/filter/filter.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-25 10:38:35 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-25 10:38:35 +0000
commitaf3f94b37ebb4e6b2d03f937e40a157a17dff223 (patch)
tree002f4e23f118c3324f7cf2bceb781c441f55406f /modules/filter/filter.test
parent4f6cf1d1a1ac7f6ef0295cbdcf24ea980fda61b7 (diff)
downloadbrdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.gz
brdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.bz2
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
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.
*