From 1083b375ec4bf8cb434d73c5f8c3370472e3bfe6 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Tue, 3 Dec 2013 12:14:22 +0000 Subject: * lib/net/smtp.rb: [DOC] Fix typo s/raies/raises/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/smtp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index fdc911b82e..f49e38b283 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -1041,7 +1041,7 @@ module Net 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 -- cgit v1.2.3