aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-07 12:32:02 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-07 12:32:02 +0000
commit10dd4567d5bf9b2c7f2994935544cf699d3c040d (patch)
treecd315a63ea0c092c203cf0fc1a8d781066951f82
parentea74f83e112626a7fbff23a9accd81550dd71ea6 (diff)
downloadruby-10dd4567d5bf9b2c7f2994935544cf699d3c040d.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/timeout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeout.rb b/lib/timeout.rb
index 8d81b596ca..9a0fc91156 100644
--- a/lib/timeout.rb
+++ b/lib/timeout.rb
@@ -60,7 +60,7 @@ module Timeout
# value of 0 or +nil+ will execute the block without any timeout.
# +klass+:: Exception Class to raise if the block fails to terminate
# in +sec+ seconds. Omitting will use the default, Timeout::Error
- # +message+:: Error message to rasise with Exception Class.
+ # +message+:: Error message to raise with Exception Class.
# Omitting will use the default, "execution expired"
#
# Returns the result of the block *if* the block completed before