aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/remote_ip.rb
diff options
context:
space:
mode:
authorCarson McDonald <carson@ioncannon.net>2013-02-21 09:37:45 -0500
committerCarson McDonald <carson@ioncannon.net>2013-02-21 09:37:45 -0500
commit3206495d58c8bcc0e4ba6e31835c24a81bf1448b (patch)
tree0707ea9539a2b0c931d9270e89420819100cb3a6 /actionpack/lib/action_dispatch/middleware/remote_ip.rb
parentac0285ecb874f7e6ded736f377182972e47e3330 (diff)
downloadrails-3206495d58c8bcc0e4ba6e31835c24a81bf1448b.tar.gz
rails-3206495d58c8bcc0e4ba6e31835c24a81bf1448b.tar.bz2
rails-3206495d58c8bcc0e4ba6e31835c24a81bf1448b.zip
Typo fix.
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 5b5fa2a0e2..4c5cb27feb 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.