summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 12:14:22 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 12:14:22 +0000
commit1083b375ec4bf8cb434d73c5f8c3370472e3bfe6 (patch)
tree89b91246d1e6bc4a9c4967052fbc95ba3da42a5e /lib/net
parent1f34456dc8e21dd6af2d51c9f1872adebd75b69c (diff)
* 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
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/smtp.rb2
1 files changed, 1 insertions, 1 deletions
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