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:
parent
1f34456dc8
commit
1083b375ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue