diff options
author | Evan Farrar <evanfarrar@gmail.com> | 2009-05-07 12:35:38 -0500 |
---|---|---|
committer | Evan Farrar <evanfarrar@gmail.com> | 2009-05-07 12:35:38 -0500 |
commit | a97f3bdfa960738cc12c26a502b00daed3900167 (patch) | |
tree | 2387df24932ae01241d5cee438efc45592a877ff /actionpack/lib/action_controller/routing | |
parent | 1135e29bab052c7f0987d168b989d6621fc85311 (diff) | |
download | rails-a97f3bdfa960738cc12c26a502b00daed3900167.tar.gz rails-a97f3bdfa960738cc12c26a502b00daed3900167.tar.bz2 rails-a97f3bdfa960738cc12c26a502b00daed3900167.zip |
Some spelling changes.
Diffstat (limited to 'actionpack/lib/action_controller/routing')
-rw-r--r-- | actionpack/lib/action_controller/routing/generation/url_rewriter.rb | 2 | ||||
-rw-r--r-- | actionpack/lib/action_controller/routing/route_set.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/routing/generation/url_rewriter.rb b/actionpack/lib/action_controller/routing/generation/url_rewriter.rb index 16720b915b..9717582b5e 100644 --- a/actionpack/lib/action_controller/routing/generation/url_rewriter.rb +++ b/actionpack/lib/action_controller/routing/generation/url_rewriter.rb @@ -93,7 +93,7 @@ module ActionController # # * <tt>:only_path</tt> - If true, the relative url is returned. Defaults to +false+. # * <tt>:protocol</tt> - The protocol to connect to. Defaults to 'http'. - # * <tt>:host</tt> - Specifies the host the link should be targetted at. + # * <tt>:host</tt> - Specifies the host the link should be targeted at. # If <tt>:only_path</tt> is false, this option must be # provided either explicitly, or via +default_url_options+. # * <tt>:port</tt> - Optionally specify the port to connect to. diff --git a/actionpack/lib/action_controller/routing/route_set.rb b/actionpack/lib/action_controller/routing/route_set.rb index 70cd1f642d..e2ecc77eb1 100644 --- a/actionpack/lib/action_controller/routing/route_set.rb +++ b/actionpack/lib/action_controller/routing/route_set.rb @@ -155,7 +155,7 @@ module ActionController def define_url_helper(route, name, kind, options) selector = url_helper_name(name, kind) - # The segment keys used for positional paramters + # The segment keys used for positional parameters hash_access_method = hash_access_name(name, kind) |