summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-02 12:38:23 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-02 12:38:23 +0000
commited861a0c7860a519d547e5a2e9e0cdff9e7b8eb9 (patch)
tree042a71e0c7a92d262c5bde92bb43ff9499ef9de9 /file.c
parent88c4d7df3ab72d8352e8c8460b8b37f86049ba34 (diff)
typo fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 610d9a22dc..bf2fbb3954 100644
--- a/file.c
+++ b/file.c
@@ -96,7 +96,7 @@ apply2files(func, vargs, arg)
/*
* call-seq:
- * file.path -> file_ame
+ * file.path -> filename
*
* Returns the pathname used to create <i>file</i> as a string. Does
* not normalize the name.