summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-24 07:55:41 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-24 07:55:41 +0000
commitb0001e921299e8f443a9d716d1c4367da3279f4d (patch)
treef64a75710f35830769e3584344b3092dc1c0b196 /lib/net
parent80865ba2dbddbee70bc2abd15eafadae50e846ac (diff)
lib/net/http.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@13501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 3cf1803b12..e5c17af685 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -527,7 +527,7 @@ module Net #:nodoc:
false # redefined in net/https
end
- # specify enabling SSL server sertificate and hostname checking.
+ # specify enabling SSL server certificate and hostname checking.
attr_accessor :enable_post_connection_check
# Opens TCP connection and HTTP session.