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 --- ChangeLog | 4 ++++ lib/net/http.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 830724b19b..bd7bf9c06c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 24 16:52:11 2007 Urabe Shyouhei + + * lib/net/http.rb: fix typo. + Mon Sep 24 06:49:15 2007 GOTOU Yuuzou * lib/net/http.rb: an SSL verification (the server hostname should 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