aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-28 05:44:29 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-28 05:44:29 +0000
commitb3ffb68b5bacd05af67c3b8b51c9209d184e3a60 (patch)
tree8297db4d6ff5ecb4c9c8816f20f5d51cbe64d7f7 /lib/drb
parent72807178f30a2bccdcf93a305d1a16f57b6aea84 (diff)
downloadruby-b3ffb68b5bacd05af67c3b8b51c9209d184e3a60.tar.gz
* 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
Diffstat (limited to 'lib/drb')
-rw-r--r--lib/drb/ssl.rb2
1 files changed, 1 insertions, 1 deletions
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
#