diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-12 02:26:52 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-12 02:26:52 +0000 |
| commit | af2c580b4a828eda1bc75cc4e2ae527c14ce1c55 (patch) | |
| tree | 49708ceece8d0c46e517410b3d6a214554288bf5 | |
| parent | 10d92a62b9f730a7c8d34247ef57b5f5a46513be (diff) | |
| download | ruby-af2c580b4a828eda1bc75cc4e2ae527c14ce1c55.tar.gz ruby-af2c580b4a828eda1bc75cc4e2ae527c14ce1c55.tar.xz ruby-af2c580b4a828eda1bc75cc4e2ae527c14ce1c55.zip | |
* file.c (rb_f_test): typos in RDoc comments.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | file.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3077,9 +3077,9 @@ test_check(n, argc, argv) * ?G | boolean | True if file1 exists and has a group * | | ownership equal to the caller's group * ?k | boolean | True if file1 exists and has the sticky bit set - * ?l | boolean | True if files exists and is a symbolic link + * ?l | boolean | True if file1 exists and is a symbolic link * ?M | Time | Last modification time for file1 - * ?o | boolean | True if files exists and is owned by + * ?o | boolean | True if file1 exists and is owned by * | | the caller's effective uid * ?O | boolean | True if file1 exists and is owned by * | | the caller's real uid @@ -3088,7 +3088,7 @@ test_check(n, argc, argv) * | | uid/gid of the caller * ?R | boolean | True if file is readable by the real * | | uid/gid of the caller - * ?s | int/nil | If files has nonzero size, return the size, + * ?s | int/nil | If file1 has nonzero size, return the size, * | | otherwise return nil * ?S | boolean | True if file1 exists and is a socket * ?u | boolean | True if file1 has the setuid bit set |
