aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2006-11-21 09:21:38 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2006-11-21 09:21:38 +0000
commit953bf593a6233d9f480ee3f706d21950590f40ef (patch)
tree59b512370fc642726e091b5f5c50dd9d7935b6a3 /src/ajax
parent15a30ba90cb4ff46ea17e775dd20f38f3c07e112 (diff)
downloadjquery-953bf593a6233d9f480ee3f706d21950590f40ef.tar.gz
jquery-953bf593a6233d9f480ee3f706d21950590f40ef.zip
Fixed typo in comment
Diffstat (limited to 'src/ajax')
-rw-r--r--src/ajax/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js
index efd7ae2ca..652bd2d71 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)