Fix typo in a comment. see #25663.

git-svn-id: https://develop.svn.wordpress.org/trunk@27681 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-03-24 09:08:36 +00:00
parent 2dc003fb02
commit f966183e51

View File

@ -86,7 +86,7 @@ window.wp = window.wp || {};
return;
}
// Make sure flash sends cookies (seems in IE it does whitout switching to urlstream mode)
// Make sure flash sends cookies (seems in IE it does without switching to urlstream mode)
if ( ! isIE && 'flash' === plupload.predictRuntime( this.plupload ) &&
( ! this.plupload.required_features || ! this.plupload.required_features.hasOwnProperty( 'send_binary_string' ) ) ) {