[前][次][番号順一覧][スレッド一覧]

ruby-changes:31899

From: a_matsuda <ko1@a...>
Date: Tue, 3 Dec 2013 21:14:27 +0900 (JST)
Subject: [ruby-changes:31899] a_matsuda:r43978 (trunk): * lib/net/smtp.rb: [DOC] Fix typo

a_matsuda	2013-12-03 21:14:22 +0900 (Tue, 03 Dec 2013)

  New Revision: 43978

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43978

  Log:
    * lib/net/smtp.rb:  [DOC] Fix typo
    
    s/raies/raises/
    [ci skip]

  Modified files:
    trunk/lib/net/smtp.rb
Index: lib/net/smtp.rb
===================================================================
--- lib/net/smtp.rb	(revision 43977)
+++ lib/net/smtp.rb	(revision 43978)
@@ -1041,7 +1041,7 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/smtp.rb#L1041
         h
       end
 
-      # Determines whether there was an error and raies the appropriate error
+      # Determines whether there was an error and raises the appropriate error
       # based on the reply code of the response
       def exception_class
         case @status

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]