summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2024-10-09 03:36:17 +1000
committerHiroshi SHIBATA <[email protected]>2024-10-09 07:14:44 +0900
commit3fc1495c305bca14ab30d458e74dcc42424195d1 (patch)
tree611e589beb7d96725b6e5d3d7cfdfb68a974514d /file.c
parent65494d3cc6fbe5b25431021ac155b7aba3a1dff3 (diff)
Fix spelling
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11835
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index 1ba2eae98f..8edb0a3284 100644
--- a/file.c
+++ b/file.c
@@ -5457,14 +5457,14 @@ test_check(int n, int argc, VALUE *argv)
* | <tt>'o'</tt> | Whether the entity is owned by the caller's effective uid. |
* | <tt>'O'</tt> | Like <tt>'o'</tt>, but uses the real uid (not the effective uid). |
* | <tt>'p'</tt> | Whether the entity is a FIFO device (named pipe). |
- * | <tt>'r'</tt> | Whether the entity is readable by the caller's effecive uid/gid. |
+ * | <tt>'r'</tt> | Whether the entity is readable by the caller's effective uid/gid. |
* | <tt>'R'</tt> | Like <tt>'r'</tt>, but uses the real uid/gid (not the effective uid/gid). |
* | <tt>'S'</tt> | Whether the entity is a socket. |
* | <tt>'u'</tt> | Whether the entity's setuid bit is set. |
* | <tt>'w'</tt> | Whether the entity is writable by the caller's effective uid/gid. |
* | <tt>'W'</tt> | Like <tt>'w'</tt>, but uses the real uid/gid (not the effective uid/gid). |
* | <tt>'x'</tt> | Whether the entity is executable by the caller's effective uid/gid. |
- * | <tt>'X'</tt> | Like <tt>'x'</tt>, but uses the real uid/gid (not the effecive uid/git). |
+ * | <tt>'X'</tt> | Like <tt>'x'</tt>, but uses the real uid/gid (not the effective uid/git). |
* | <tt>'z'</tt> | Whether the entity exists and is of length zero. |
*
* - This test operates only on the entity at `path0`,