From: Jörn Zaefferer Date: Tue, 21 Nov 2006 09:21:38 +0000 (+0000) Subject: Fixed typo in comment X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=953bf593a6233d9f480ee3f706d21950590f40ef;p=jquery.git Fixed typo in comment --- diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js index efd7ae2..652bd2d 100644 --- a/src/ajax/ajax.js +++ b/src/ajax/ajax.js @@ -687,7 +687,7 @@ jQuery.extend({ var data = !type && ct && ct.indexOf("xml") >= 0; data = type == "xml" || data ? r.responseXML : r.responseText; - // If the type is "script", eval it´in global context + // If the type is "script", eval it in global context // TODO extract as $.eval if ( type == "script" ) { if (window.execScript)