summaryrefslogtreecommitdiff
path: root/lib/net/http.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-19 05:43:26 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-19 05:43:26 +0000
commit690be750cbf107446438249a868e081e3ee3ff09 (patch)
treeecf7b375a4a12ab31233b95894fffdac83892650 /lib/net/http.rb
parentd1ab866d4ab3508c596a48226deb38925f799a88 (diff)
* lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]
* lib/net/http.rb: ditto * lib/rexml/attribute.rb: ditto * lib/rexml/element.rb: ditto * lib/rexml/source.rb: ditto * lib/rexml/streamlistener.rb: ditto * lib/rss/xmlparser.rb: ditto * lib/rubygems/commands/generate_index_command.rb: ditto * lib/shell.rb: ditto * lib/uri/common.rb:ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/http.rb')
-rw-r--r--lib/net/http.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index a1b8d691bb..6d6a24fb86 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -687,10 +687,10 @@ module Net #:nodoc:
# The port number to connect to.
attr_reader :port
- # The local host used to estabilish the connection.
+ # The local host used to establish the connection.
attr_accessor :local_host
- # The local port used to estabilish the connection.
+ # The local port used to establish the connection.
attr_accessor :local_port
attr_writer :proxy_from_env