From 6a7b828892b47bf78c4a22f92a0131f2daf66086 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 4 Jun 2008 09:39:55 +0000 Subject: * lib/rdoc.rb: massive spelling correction patch from Evan Farrar in [ruby-doc:1382] applied. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/https.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/net/https.rb') diff --git a/lib/net/https.rb b/lib/net/https.rb index e296dbbed4..7847c3ffea 100644 --- a/lib/net/https.rb +++ b/lib/net/https.rb @@ -65,11 +65,11 @@ It can be replaced by the following code: : key, key=((|key|)) Sets an OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object. - (This method is appeared in Michal Rokos's OpenSSL extention.) + (This method is appeared in Michal Rokos's OpenSSL extension.) : cert, cert=((|cert|)) Sets an OpenSSL::X509::Certificate object as client certificate - (This method is appeared in Michal Rokos's OpenSSL extention). + (This method is appeared in Michal Rokos's OpenSSL extension). : ca_file, ca_file=((|path|)) Sets path of a CA certification file in PEM format. -- cgit v1.2.3