Skip to content

Commit

Permalink
* lib/net/smtp.rb: [DOC] Fix typo
Browse files Browse the repository at this point in the history
s/raies/raises/
[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
amatsuda committed Dec 3, 2013
1 parent 1f34456 commit 1083b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/smtp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ def capabilities
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
Expand Down

0 comments on commit 1083b37

Please sign in to comment.