summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 4198b481b9..bec82ae37f 100644
--- a/process.c
+++ b/process.c
@@ -1492,7 +1492,7 @@ rb_f_system(argc, argv)
* call-seq:
* sleep(duration=0) => fixnum
*
- * Suspends the current thread for _duraction_ seconds (which may be
+ * Suspends the current thread for _duration_ seconds (which may be
* any number, including a +Float+ with fractional seconds). Returns the actual
* number of seconds slept (rounded), which may be less than that asked
* for if the thread was interrupted by a +SIGALRM+, or if