aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/remote_ip.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-02-26 21:53:38 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-02-26 21:53:38 +0530
commit7184e3e02ecd155cb26f4755dab980f2ce6582d2 (patch)
tree04cb126b730c7fd98cb37ce68adb5320481db9af /actionpack/lib/action_dispatch/middleware/remote_ip.rb
parentb1dee8c2535b2bca6ebe69d18c24d29f9ba19470 (diff)
parentb21a73d02576b7cd5ec88193065b3aa21c2d2407 (diff)
downloadrails-7184e3e02ecd155cb26f4755dab980f2ce6582d2.tar.gz
rails-7184e3e02ecd155cb26f4755dab980f2ce6582d2.tar.bz2
rails-7184e3e02ecd155cb26f4755dab980f2ce6582d2.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/remote_ip.rb')
-rw-r--r--actionpack/lib/action_dispatch/middleware/remote_ip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/remote_ip.rb b/actionpack/lib/action_dispatch/middleware/remote_ip.rb
index 6de9be63c5..93a2b52996 100644
--- a/actionpack/lib/action_dispatch/middleware/remote_ip.rb
+++ b/actionpack/lib/action_dispatch/middleware/remote_ip.rb
@@ -9,7 +9,7 @@ module ActionDispatch
# at GetIp#calculate_ip.
#
# Some Rack servers concatenate repeated headers, like {HTTP RFC 2616}[http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2]
- # requires. Some Rack servers simply drop preceeding headers, and only report
+ # requires. Some Rack servers simply drop preceding headers, and only report
# the value that was {given in the last header}[http://andre.arko.net/2011/12/26/repeated-headers-and-ruby-web-servers].
# If you are behind multiple proxy servers (like Nginx to HAProxy to Unicorn)
# then you should test your Rack server to make sure your data is good.