jquery core: #2548, #2170, #2188, #2099, #1170, #2558, #2521, #2119, #1271, #2453...
[jquery.git] / 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 + "+)")
        ],