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.