1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
a_matsuda 2013-12-03 12:14:22 +00:00
parent 1f34456dc8
commit 1083b375ec

View file

@ -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