aboutsummaryrefslogtreecommitdiffstats
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
commit11dc2b9641888c2e045f6b86e8189edb905ff3f0 (patch)
tree4c1bf1d96663477c8f5d4d4cd7dec13cccd86b68
parent4f04f0372bf16f0d38f02bfb0a1cd162f2dd1766 (diff)
downloadruby-11dc2b9641888c2e045f6b86e8189edb905ff3f0.tar.gz
lib/net/http.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/net/http.rb2
2 files changed, 5 insertions, 1 deletions
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 <shyouhei@ruby-lang.org>
+
+ * lib/net/http.rb: fix typo.
+
Mon Sep 24 06:49:15 2007 GOTOU Yuuzou <gotoyuzo@notwork.org>
* 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.