summaryrefslogtreecommitdiffstats
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
commit06e979b1524ed1056d4316450c0ecfec1c6f3119 (patch)
tree042a71e0c7a92d262c5bde92bb43ff9499ef9de9
parenta729e76d958a93f3a9a8c5e18725e6f919406e8a (diff)
typo fix
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 610d9a22d..bf2fbb395 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.