summaryrefslogtreecommitdiff
path: root/lib/timeout.rb
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
commitaaf249dc5744b0307a81fceb4b1157620d90f267 (patch)
treecd315a63ea0c092c203cf0fc1a8d781066951f82 /lib/timeout.rb
parentb22b725c5db2c67b7732fffd21640c48aaa43925 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/timeout.rb')
-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