summaryrefslogtreecommitdiff
path: root/lib/timeout.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/timeout.rb')
-rw-r--r--lib/timeout.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/timeout.rb b/lib/timeout.rb
index 5c6a72652a..0ba5293d1d 100644
--- a/lib/timeout.rb
+++ b/lib/timeout.rb
@@ -21,11 +21,11 @@
#
# : timout
#
-# The time in seconds to wait for block teminatation.
+# The time in seconds to wait for block termination.
#
# : [exception]
#
-# The exception classs to be raised on timeout.
+# The exception class to be raised on timeout.
#
#=end