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

ruby-changes:32328

From: a_matsuda <ko1@a...>
Date: Wed, 25 Dec 2013 14:10:18 +0900 (JST)
Subject: [ruby-changes:32328] a_matsuda:r44407 (trunk): * lib/webrick/ssl.rb: [DOC] Fix typo

a_matsuda	2013-12-25 14:10:12 +0900 (Wed, 25 Dec 2013)

  New Revision: 44407

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

  Log:
    * lib/webrick/ssl.rb:  [DOC] Fix typo
    
    s/willbe/will be/
    [ci skip]

  Modified files:
    trunk/lib/webrick/ssl.rb
Index: lib/webrick/ssl.rb
===================================================================
--- lib/webrick/ssl.rb	(revision 44406)
+++ lib/webrick/ssl.rb	(revision 44407)
@@ -31,7 +31,7 @@ module WEBrick https://github.com/ruby/ruby/blob/trunk/lib/webrick/ssl.rb#L31
     # :SSLClientCA          :: nil,
     #   Array of certificates that will be sent to the client.
     # :SSLExtraChainCert    :: nil,
-    #   Array of certificates that willbe added to the certificate chain
+    #   Array of certificates that will be added to the certificate chain
     # :SSLCACertificateFile :: nil,
     #   Path to a CA certificate file
     # :SSLCACertificatePath :: nil,

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

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