From 14dce28c3d59b3a335a4223172ca6ef89159b327 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 2 Mar 2005 12:38:23 +0000 Subject: typo fix git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index 5acdc6365..bc3078bcf 100644 --- a/file.c +++ b/file.c @@ -118,7 +118,7 @@ apply2files(func, vargs, arg) /* * call-seq: - * file.path -> file_ame + * file.path -> filename * * Returns the pathname used to create file as a string. Does * not normalize the name. -- cgit