fix prefilter comment typo

This commit is contained in:
presbrey 2012-01-22 14:53:50 -05:00
parent 499658970b
commit 1326510324

View File

@ -641,7 +641,7 @@ jQuery.extend({
// Apply prefilters
inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
// If request was aborted inside a prefiler, stop there
// If request was aborted inside a prefilter, stop there
if ( state === 2 ) {
return false;
}