From df03463ff22cf54dc71713e2d92b99b7168430db Mon Sep 17 00:00:00 2001 From: glass Date: Fri, 16 Nov 2012 06:37:06 +0000 Subject: * lib/net/pop.rb (POP3.certs): fix typo in comment. patch from no6v (Nobuhiro IMAI) . [ruby-dev:46519] [Bug #7355] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/pop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/pop.rb b/lib/net/pop.rb index 07365854a1..fd869b6985 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 -- cgit v1.2.3