From: John Resig Date: Sun, 9 Sep 2007 23:17:30 +0000 (+0000) Subject: Fixed spelling mistake. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=f38251b2ce84a0ab6302475786c3e721dba2177c;p=jquery.git Fixed spelling mistake. --- diff --git a/src/core.js b/src/core.js index c1e7d9f..969f3d4 100644 --- a/src/core.js +++ b/src/core.js @@ -1020,7 +1020,7 @@ jQuery.each({ next: "jQuery.nth(a,2,'nextSibling')", prev: "jQuery.nth(a,2,'previousSibling')", nextAll: "jQuery.dir(a,'nextSibling')", - prevtAll: "jQuery.dir(a,'previousSibling')", + prevAll: "jQuery.dir(a,'previousSibling')", siblings: "jQuery.sibling(a.parentNode.firstChild,a)", children: "jQuery.sibling(a.firstChild)", contents: "jQuery.nodeName(a,'iframe')?a.contentDocument||a.contentWindow.document:jQuery.makeArray(a.childNodes)"