Fix typo in a comment. see #25663.

Built from https://develop.svn.wordpress.org/trunk@27681


git-svn-id: http://core.svn.wordpress.org/trunk@27522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-03-24 09:09:14 +00:00
parent 1e207afcd2
commit f20dbd9c68
1 changed files with 1 additions and 1 deletions

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' ) ) ) {