Fixed spelling mistake.
authorJohn Resig <jeresig@gmail.com>
Sun, 9 Sep 2007 23:17:30 +0000 (23:17 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 9 Sep 2007 23:17:30 +0000 (23:17 +0000)
src/core.js

index c1e7d9f..969f3d4 100644 (file)
@@ -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)"