Skip to content

Commit 8e4859f

Browse files
committed
Merge pull request jquery#663 from presbrey/patch-1
Fix prefilter comment typo.
2 parents 0944be0 + 1326510 commit 8e4859f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ jQuery.extend({
641641
// Apply prefilters
642642
inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
643643

644-
// If request was aborted inside a prefiler, stop there
644+
// If request was aborted inside a prefilter, stop there
645645
if ( state === 2 ) {
646646
return false;
647647
}

0 commit comments

Comments
 (0)