From 0a7a3a465d7973ecb4761891a574bc7a7b059a75 Mon Sep 17 00:00:00 2001 From: eban Date: Wed, 12 Oct 2005 02:14:50 +0000 Subject: * file.c (rb_f_test): typo in RDoc comments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ file.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 715dcb4ed9..893f46f427 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Oct 12 11:08:54 2005 WATANABE Hirofumi + + * file.c (rb_f_test): typo in RDoc comments. + Tue Oct 11 21:41:58 2005 Nobuyoshi Nakada * eval.c (rb_obj_respond_to): check if obj responds to the given diff --git a/file.c b/file.c index 4aab1b6674..bd27e1a684 100644 --- a/file.c +++ b/file.c @@ -3072,7 +3072,7 @@ test_check(n, argc, argv) * ?d | boolean | True if file1 exists and is a directory * ?e | boolean | True if file1 exists * ?f | boolean | True if file1 exists and is a regular file - * ?g | boolean | True if files has the \CF{setgid} bit + * ?g | boolean | True if file1 has the \CF{setgid} bit * | | set (false under NT) * ?G | boolean | True if file1 exists and has a group * | | ownership equal to the caller's group -- cgit v1.2.3