diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-14 04:06:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-14 04:06:52 +0000 |
commit | 73dbaa25f9beccaf2dda8e5e619746359ec4c454 (patch) | |
tree | bd8a6fb7fd47d3362a8afa67a51c55ee7a394cb6 /file.c | |
parent | d14158a7543671d24819dd39fa1ded0e8ce08d89 (diff) | |
download | ruby-73dbaa25f9beccaf2dda8e5e619746359ec4c454.tar.gz ruby-73dbaa25f9beccaf2dda8e5e619746359ec4c454.tar.xz ruby-73dbaa25f9beccaf2dda8e5e619746359ec4c454.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/trunk@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -506,7 +506,7 @@ rb_stat_ctime(self) * call-seq: * stat.inspect => string * - * Produce a nicely formatted descriptin of <i>stat</i>. + * Produce a nicely formatted description of <i>stat</i>. * * File.stat("/etc/passwd").inspect * #=> "#<File::Stat dev=0xe000005, ino=1078078, mode=0100644, |