From fbb83fefd43a89d1a802d77dcc3a9c9ac15a5afa Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Tue, 2 Jul 2019 17:36:17 +1000 Subject: Fixed typos in comments and docs. --- js_tests/qunit/qunit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js_tests') 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 -- cgit v1.3