diff options
author | Evan Farrar <evanfarrar@gmail.com> | 2008-06-04 22:58:28 -0500 |
---|---|---|
committer | Evan Farrar <evanfarrar@gmail.com> | 2008-06-04 22:58:28 -0500 |
commit | d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9 (patch) | |
tree | a5495dc82fcd28dcd2a6de50168272ad3816dc21 /actionpack/lib/action_controller/vendor | |
parent | 719aa13b0781d662673dba2225bc707fc4182b5e (diff) | |
download | rails-d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9.tar.gz rails-d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9.tar.bz2 rails-d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9.zip |
Mass typo and misspelling fix.
Diffstat (limited to 'actionpack/lib/action_controller/vendor')
-rw-r--r-- | actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb b/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb index 1a3c770254..376bb87409 100644 --- a/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb +++ b/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb @@ -64,7 +64,7 @@ module HTML # # When using a combination of the above, the element name comes first # followed by identifier, class names, attributes, pseudo classes and - # negation in any order. Do not seprate these parts with spaces! + # negation in any order. Do not separate these parts with spaces! # Space separation is used for descendant selectors. # # For example: @@ -158,7 +158,7 @@ module HTML # * <tt>:not(selector)</tt> -- Match the element only if the element does not # match the simple selector. # - # As you can see, <tt>:nth-child<tt> pseudo class and its varient can get quite + # As you can see, <tt>:nth-child<tt> pseudo class and its variant can get quite # tricky and the CSS specification doesn't do a much better job explaining it. # But after reading the examples and trying a few combinations, it's easy to # figure out. |