Skip to content

Commit

Permalink
* lib/net/pop.rb (POP3.certs): fix typo in comment.
Browse files Browse the repository at this point in the history
  patch from no6v (Nobuhiro IMAI) <[email protected]>.
  [ruby-dev:46519] [Bug ruby#7355]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
glass committed Nov 16, 2012
1 parent a632fe4 commit df03463
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Fri Nov 16 15:27:36 2012 Masaki Matsushita <[email protected]>

* lib/net/pop.rb (POP3.certs): fix typo in comment.
patch from no6v (Nobuhiro IMAI) <[email protected]>.
[ruby-dev:46519] [Bug #7355]

Fri Nov 16 12:36:47 2012 NARUSE, Yui <[email protected]>

* test/rake/helper.rb (Rake::TestCase#setup): revert r37669.
Expand Down
2 changes: 1 addition & 1 deletion lib/net/pop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def POP3.verify
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
Expand Down

0 comments on commit df03463

Please sign in to comment.