summaryrefslogtreecommitdiff
path: root/lib/net/pop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/pop.rb')
-rw-r--r--lib/net/pop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/pop.rb b/lib/net/pop.rb
index 69c98c1ba8..f2ba1b9828 100644
--- a/lib/net/pop.rb
+++ b/lib/net/pop.rb
@@ -425,7 +425,7 @@ module Net
# to OpenSSL::SSL::VERIFY_PEER.
# +certs+ is a file or directory holding CA certs to use to verify the
# server cert; Defaults to nil.
- # +port+ is port to establish the SSL conection on; Defaults to 995.
+ # +port+ is port to establish the SSL connection on; Defaults to 995.
def enable_ssl(verify = OpenSSL::SSL::VERIFY_PEER, certs = nil,
port = POP3.default_pop3s_port)
@usessl = true