fix small typo in comment

This commit is contained in:
Ed Engelhardt 2008-05-11 10:17:11 +00:00
parent aec0dad980
commit 6aa4200a8c

View 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 + "+)")
],