summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 10:01:48 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 10:01:48 +0000
commit9208951d3322a5c7a5a1ff68efd3d60934d6f90b (patch)
tree0f6f8ce574329fb12400dd0d3ecab637c4afcaf6 /file.c
parentdd77ae9f6c8d272e08cd4572affaf693e7cb5a1a (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index d5a50b2de5..f105a77d76 100644
--- a/file.c
+++ b/file.c
@@ -1871,7 +1871,7 @@ rb_file_mtime(VALUE obj)
* directory information about the file was changed, not the file
* itself).
*
- * Note that onn Windows (NTFS), returns creation time (birth time).
+ * Note that on Windows (NTFS), returns creation time (birth time).
*
* File.ctime("testfile") #=> Wed Apr 09 08:53:13 CDT 2003
*
@@ -1896,7 +1896,7 @@ rb_file_s_ctime(VALUE klass, VALUE fname)
* Returns the change time for <i>file</i> (that is, the time directory
* information about the file was changed, not the file itself).
*
- * Note that onn Windows (NTFS), returns creation time (birth time).
+ * Note that on Windows (NTFS), returns creation time (birth time).
*
* File.new("testfile").ctime #=> Wed Apr 09 08:53:14 CDT 2003
*