From b3ffb68b5bacd05af67c3b8b51c9209d184e3a60 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Thu, 28 Nov 2013 05:44:29 +0000 Subject: [PATCH] * lib/drb/ssl.rb: [Doc] Fix typo s/Confg/Config/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/drb/ssl.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5253ff8d01..e69b41a382 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 28 14:40:00 2013 Akira Matsuda + + * lib/drb/ssl.rb: [Doc] Fix typo + Thu Nov 28 13:56:05 2013 Nobuyoshi Nakada * common.mk (Doxyfile): tool/file2lastrev.rb needs running with diff --git a/lib/drb/ssl.rb b/lib/drb/ssl.rb index 8651702797..35f9e2f110 100644 --- a/lib/drb/ssl.rb +++ b/lib/drb/ssl.rb @@ -42,7 +42,7 @@ module DRb # Create a new DRb::DRbSSLSocket::SSLConfig instance # # The DRb::DRbSSLSocket will take either a +config+ Hash or an instance - # of SSLConfg, and will setup the certificate for its session for the + # of SSLConfig, and will setup the certificate for its session for the # configuration. If want it to generate a generic certificate, the bare # minimum is to provide the :SSLCertName #