aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb/ssl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/drb/ssl.rb')
-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
#