From b0001e921299e8f443a9d716d1c4367da3279f4d Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 24 Sep 2007 07:55:41 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ lib/net/http.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 40943559d0..4baa16cbec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 24 16:52:11 2007 Urabe Shyouhei + + * lib/net/http.rb: fix typo. + Sun Sep 23 21:57:25 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 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.