From 265a85b25d6c885616a8ab6059e3694d19151fff Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 3 Feb 2009 07:30:52 +0000 Subject: fixed typo git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/https.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/https.rb b/lib/net/https.rb index 897bbb744..051e712dc 100644 --- a/lib/net/https.rb +++ b/lib/net/https.rb @@ -73,7 +73,7 @@ It can be replaced by the following code: : ca_file, ca_file=((|path|)) Sets path of a CA certification file in PEM format. - The file can contrain several CA certificats. + The file can contrain several CA certificates. : ca_path, ca_path=((|path|)) Sets path of a CA certification directory containing certifications -- cgit