diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-02 12:38:23 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-02 12:38:23 +0000 |
| commit | 06e979b1524ed1056d4316450c0ecfec1c6f3119 (patch) | |
| tree | 042a71e0c7a92d262c5bde92bb43ff9499ef9de9 | |
| parent | a729e76d958a93f3a9a8c5e18725e6f919406e8a (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
