8000 Fix typo of r36878 · ruby/ruby@2c1939f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c1939f

Browse files
committed
Fix typo of r36878
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 271d557 commit 2c1939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/webrick/ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Config
2222
:SSLCACertificateFile => nil,
2323
:SSLCACertificatePath => nil,
2424
:SSLCertificateStore => nil,
25-
:SSLTmpDhCallback => nil.
25+
:SSLTmpDhCallback => nil,
2626
:SSLVerifyClient => ::OpenSSL::SSL::VERIFY_NONE,
2727
:SSLVerifyDepth => nil,
2828
:SSLVerifyCallback => nil, # custom verification

0 commit comments

Comments
 (0)
0