summaryrefslogtreecommitdiffstats
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
commitb31821ca3bc38645e12fdffc1e23c5a649fcb872 (patch)
tree4c1bf1d96663477c8f5d4d4cd7dec13cccd86b68
parent34f6c69a800a5d70f0697d516907e9a5e89d0e1e (diff)
downloadruby-b31821ca3bc38645e12fdffc1e23c5a649fcb872.tar.gz
ruby-b31821ca3bc38645e12fdffc1e23c5a649fcb872.tar.xz
ruby-b31821ca3bc38645e12fdffc1e23c5a649fcb872.zip
lib/net/http.rb: fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/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 830724b19..bd7bf9c06 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 c222ad3e6..287881c9c 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.