diff options
author | Chris Faulkner <thefaulkner@gmail.com> | 2012-07-11 09:46:21 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-07-11 09:46:21 -0400 |
commit | 7b5ffcdac8e1cc4b110690cddc6345f44ae0aaab (patch) | |
tree | 0a94bba47cd44ac6da50bb5bdefe4f804f733a86 /src/ajax/xhr.js | |
parent | c210e08c3a73dca302afee24186b48f62ada9fba (diff) | |
download | jquery-7b5ffcdac8e1cc4b110690cddc6345f44ae0aaab.tar.gz jquery-7b5ffcdac8e1cc4b110690cddc6345f44ae0aaab.zip |
Fixes a variety of typographical problems. Closes gh-853
Diffstat (limited to 'src/ajax/xhr.js')
-rw-r--r-- | src/ajax/xhr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ajax/xhr.js b/src/ajax/xhr.js index 435c174bf..b6f5d7f48 100644 --- a/src/ajax/xhr.js +++ b/src/ajax/xhr.js @@ -111,7 +111,7 @@ if ( jQuery.support.ajax ) { xml; // Firefox throws exceptions when accessing properties - // of an xhr when a network error occured + // of an xhr when a network error occurred // http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE) try { |