summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorYudai Takada <13041216+ydah@users.noreply.github.com>2022-11-21 14:07:18 +0900
committerGitHub <noreply@github.com>2022-11-20 21:07:18 -0800
commit29e6d97517bbd4dcc540464c8473172232f3e228 (patch)
tree80716a0b7b7e8e6c96ceacf9ab1e7b2dcdc22c27 /file.c
parentd8601621edcf29e3323b90dcf04b774edd9fb45e (diff)
downloadruby-29e6d97517bbd4dcc540464c8473172232f3e228.tar.gz
Fix typos (#6775)
* s/Innteger/Integer/ * s/diretory/directory/ * s/Bufer/Buffer/ * s/defalt/default/ * s/covearge/coverage/
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 10eb1081e3..5b17093ca3 100644
--- a/file.c
+++ b/file.c
@@ -7284,7 +7284,7 @@ const char ruby_null_device[] =
*
* - ::blockdev?: Returns whether the file at the given path is a block device.
* - ::chardev?: Returns whether the file at the given path is a character device.
- * - ::directory?: Returns whether the file at the given path is a diretory.
+ * - ::directory?: Returns whether the file at the given path is a directory.
* - ::executable?: Returns whether the file at the given path is executable
* by the effective user and group of the current process.
* - ::executable_real?: Returns whether the file at the given path is executable