From 73dbaa25f9beccaf2dda8e5e619746359ec4c454 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 14 Apr 2004 04:06:52 +0000 Subject: * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index 4978957ac..d252c0fa8 100644 --- a/process.c +++ b/process.c @@ -1613,7 +1613,7 @@ rb_f_spawn(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 -- cgit