summaryrefslogtreecommitdiff
path: root/js_tests
diff options
context:
space:
mode:
Diffstat (limited to 'js_tests')
-rw-r--r--js_tests/qunit/qunit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js_tests/qunit/qunit.js b/js_tests/qunit/qunit.js
index 47c904cf32..2272b87a12 100644
--- a/js_tests/qunit/qunit.js
+++ b/js_tests/qunit/qunit.js
@@ -2308,7 +2308,7 @@ QUnit.config.testId = [].concat( urlParams.testId || [] );
// Exact case-insensitive match of the module name
QUnit.config.module = urlParams.module;
-// Regular expression or case-insenstive substring match against "moduleName: testName"
+// Regular expression or case-insensitive substring match against "moduleName: testName"
QUnit.config.filter = urlParams.filter;
// Test order randomization