summaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
commitcf9c8f998017f4cdc8cc96ff90862d1e2b166593 (patch)
tree08e2dc9b61d6be2a9bc95dd9d800dceb064d1bdd /process.c
parent84edb95f1ac7d45c9fc612c5195332618805558d (diff)
downloadruby-cf9c8f998017f4cdc8cc96ff90862d1e2b166593.tar.gz
ruby-cf9c8f998017f4cdc8cc96ff90862d1e2b166593.tar.xz
ruby-cf9c8f998017f4cdc8cc96ff90862d1e2b166593.zip
* 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/branches/ruby_1_8@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 4198b481b..bec82ae37 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