fix small typo in comment
authorEd Engelhardt <edengelhardt@gmail.com>
Sun, 11 May 2008 10:17:11 +0000 (10:17 +0000)
committerEd Engelhardt <edengelhardt@gmail.com>
Sun, 11 May 2008 10:17:11 +0000 (10:17 +0000)
src/selector.js

index abb1e7f..446cbbc 100644 (file)
@@ -73,7 +73,7 @@ jQuery.extend({
                // Match: :contains('foo')
                /^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,
 
-               // Match: :even, :last-chlid, #id, .class
+               // Match: :even, :last-child, #id, .class
                new RegExp("^([:.#]*)(" + chars + "+)")
        ],