Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8d36571d1894.

This commit is contained in:
jeresig 2009-12-21 20:19:49 -05:00
parent 3776cbe314
commit 7e69fdbad4

View file

@ -691,7 +691,7 @@ jQuery.event.special.change = {
},
// Change has to be called before submit
// Keydown will be called before keypress, wich is used in submit-event delegation
// Keydown will be called before keypress, which is used in submit-event delegation
keydown: function( e ) {
var elem = e.target, type = elem.type;