diff options
| author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-24 07:55:41 +0000 |
|---|---|---|
| committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-24 07:55:41 +0000 |
| commit | b31821ca3bc38645e12fdffc1e23c5a649fcb872 (patch) | |
| tree | 4c1bf1d96663477c8f5d4d4cd7dec13cccd86b68 /lib/net | |
| parent | 34f6c69a800a5d70f0697d516907e9a5e89d0e1e (diff) | |
| download | ruby-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
Diffstat (limited to 'lib/net')
| -rw-r--r-- | lib/net/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
