diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-28 14:18:47 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-28 14:18:47 +0000 |
commit | e3b49c052b497827c9f058feaa066bbfe184f4da (patch) | |
tree | 4224be14c405d38f7a8911f52360bdd0150673ce /actionpack/lib/action_controller/vendor/html-scanner/html | |
parent | 7cb1f93bcccb2fe476c85e4df71eea06db9a3a5b (diff) | |
download | rails-e3b49c052b497827c9f058feaa066bbfe184f4da.tar.gz rails-e3b49c052b497827c9f058feaa066bbfe184f4da.tar.bz2 rails-e3b49c052b497827c9f058feaa066bbfe184f4da.zip |
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7666 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_controller/vendor/html-scanner/html')
-rw-r--r-- | actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb | 2 |
1 files changed, 1 insertions, 1 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 7ffc1fcfa8..1a3c770254 100644 --- a/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb +++ b/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb @@ -794,7 +794,7 @@ module HTML # eventually, and array of substitution values. # # This method is called from four places, so it helps to put it here - # for resue. The only logic deals with the need to detect comma + # for reuse. The only logic deals with the need to detect comma # separators (alternate) and apply them to the selector group of the # top selector. def next_selector(statement, values) |