aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/headers.rb
diff options
context:
space:
mode:
authorSantosh Wadghule <santosh.wadghule@gmail.com>2016-03-03 20:08:13 +0530
committerSantosh Wadghule <santosh.wadghule@gmail.com>2016-03-03 20:28:01 +0530
commitea36c579c617c0bfb0ea49c8dea18a7419c45876 (patch)
treea844bcf8509113d62ea512ee5ce995b888c62c3f /actionpack/lib/action_dispatch/http/headers.rb
parent4328e4b5930d5d89cc83c7693c212e4bb9b0a7d0 (diff)
downloadrails-ea36c579c617c0bfb0ea49c8dea18a7419c45876.tar.gz
rails-ea36c579c617c0bfb0ea49c8dea18a7419c45876.tar.bz2
rails-ea36c579c617c0bfb0ea49c8dea18a7419c45876.zip
Change 'a HTTP' to 'an HTTP' [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch/http/headers.rb')
-rw-r--r--actionpack/lib/action_dispatch/http/headers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/headers.rb b/actionpack/lib/action_dispatch/http/headers.rb
index 8e899174c6..5c3b7245d6 100644
--- a/actionpack/lib/action_dispatch/http/headers.rb
+++ b/actionpack/lib/action_dispatch/http/headers.rb
@@ -115,7 +115,7 @@ module ActionDispatch
private
- # Converts a HTTP header name to an environment variable name if it is
+ # Converts an HTTP header name to an environment variable name if it is
# not contained within the headers hash.
def env_name(key)
key = key.to_s