From af0851281a404dfabb5d2b742db3dea969d9d866 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.c') diff --git a/file.c b/file.c index 4aab1b667..bd27e1a68 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