From 408662b0626fc8b4368a25e792f8bf1a427304d1 Mon Sep 17 00:00:00 2001 From: Ben Edelman Date: Mon, 15 Dec 2014 01:27:27 -0500 Subject: [PATCH] Fixed typo It seems the word "checks" was misspelled as "checkes". --- test/unit/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/support.js b/test/unit/support.js index b86aa9449a..cfb37e585d 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -30,7 +30,7 @@ if ( jQuery.css ) { }); } -// This test checkes CSP only for browsers with "Content-Security-Policy" header support +// This test checks CSP only for browsers with "Content-Security-Policy" header support // i.e. no old WebKit or old Firefox testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Security/CSP) restrictions", "support/csp.php",