summaryrefslogtreecommitdiff
path: root/lib/net/http.rb
diff options
context:
space:
mode:
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