Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2017-11-15 10:21:13 +01:00
parent c87b16d256
commit 527b3f0ca5
15 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ jQuery.fn = jQuery.prototype = {
for ( var i = one ? index : 0, max = one ? index + 1 : options.length; i < max; i++ ) {
var option = options[i];
if ( option.selected ) {
// Get the specifc value for the option
// Get the specific value for the option
var val = jQuery.browser.msie && !option.attributes["value"].specified ? option.text : option.value;
// We don't need an array for one selects