[前][次][番号順一覧][スレッド一覧]

ruby-changes:10458

From: kazu <ko1@a...>
Date: Tue, 3 Feb 2009 16:30:57 +0900 (JST)
Subject: [ruby-changes:10458] Ruby:r22008 (trunk): fixed typo

kazu	2009-02-03 16:30:52 +0900 (Tue, 03 Feb 2009)

  New Revision: 22008

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22008

  Log:
    fixed typo

  Modified files:
    trunk/lib/net/https.rb

Index: lib/net/https.rb
===================================================================
--- lib/net/https.rb	(revision 22007)
+++ lib/net/https.rb	(revision 22008)
@@ -73,7 +73,7 @@
 
 : 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]