Forum: Ruby-dev [ruby-trunk - Bug #7355][Open] tiny typo in lib/net/pop.rb

Posted by no6v (Nobuhiro IMAI) (Guest)
on 2012-11-15 07:52
(Received via mailing list)
Issue #7355 has been reported by no6v (Nobuhiro IMAI).

----------------------------------------
Bug #7355: tiny typo in lib/net/pop.rb
https://bugs.ruby-lang.org/issues/7355

Author: no6v (Nobuhiro IMAI)
Status: Open
Priority: Normal
Assignee:
Category: DOC
Target version:
ruby -v: -


There is a tiny typo in lib/net/pop.rb.

diff --git a/lib/net/pop.rb b/lib/net/pop.rb
index 0736585..fd869b6 100644
--- a/lib/net/pop.rb
+++ b/lib/net/pop.rb
@@ -375,7 +375,7 @@ module Net
       return @ssl_params[:verify_mode]
     end

-    # returns the :ca_file or :ca_path from POP3.ssh_params
+    # returns the :ca_file or :ca_path from POP3.ssl_params
     def POP3.certs
       return @ssl_params[:ca_file] || @ssl_params[:ca_path]
     end
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.