From 69dbf68bbb84097c803c17d6593378b5ca5fe661 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Wed, 25 Dec 2013 05:10:12 +0000 Subject: * lib/webrick/ssl.rb: [DOC] Fix typo s/willbe/will be/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/ssl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webrick/ssl.rb b/lib/webrick/ssl.rb index cf0f3ddb23..5e296dbae2 100644 --- a/lib/webrick/ssl.rb +++ b/lib/webrick/ssl.rb @@ -31,7 +31,7 @@ module WEBrick # :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, -- cgit v1.2.3