Actions
Bug #7355
closedtiny typo in lib/net/pop.rb
    Bug #7355:
    tiny typo in lib/net/pop.rb
  
Description
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
        
           Updated by Anonymous almost 13 years ago
          Updated by Anonymous almost 13 years ago
          
          
        
        
      
      - Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r37671.
Nobuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- lib/net/pop.rb (POP3.certs): fix typo in comment.
 patch from no6v (Nobuhiro IMAI) nov@yo.rim.or.jp.
 [ruby-dev:46519] [Bug #7355]
Actions