From 11dc2b9641888c2e045f6b86e8189edb905ff3f0 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 24 Sep 2007 07:55:41 +0000 Subject: lib/net/http.rb: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net') diff --git a/lib/net/http.rb b/lib/net/http.rb index c222ad3e63..287881c9c2 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -533,7 +533,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. -- cgit v1.2.3