Fixed typo in comment
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 21 Nov 2006 09:21:38 +0000 (09:21 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 21 Nov 2006 09:21:38 +0000 (09:21 +0000)
src/ajax/ajax.js

index efd7ae2..652bd2d 100644 (file)
@@ -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)