diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2022-04-15 11:53:24 -0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2022-04-30 21:32:32 -0500 |
commit | 3054046e18332ca1bf9b901f69b02f21bb91c098 (patch) | |
tree | 149982abcec8e93296c1930f244c44b7b2eb6cfe /src/checkpath | |
parent | f81bb7e2c4ee8d8c070e2bd212562cc4315edf3a (diff) |
multiple spelling and typo fixes
This fixes #516.
Diffstat (limited to 'src/checkpath')
-rw-r--r-- | src/checkpath/checkpath.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checkpath/checkpath.c b/src/checkpath/checkpath.c index 34f5c452..de5d1b4a 100644 --- a/src/checkpath/checkpath.c +++ b/src/checkpath/checkpath.c @@ -1,6 +1,6 @@ /* * checkpath.c - * Checks for the existance of a file or directory and creates it + * Checks for the existence of a file or directory and creates it * if necessary. It can also correct its ownership. */ @@ -67,7 +67,7 @@ const char * const longopts_help[] = { "Create a named pipe (FIFO) if not exists", "Mode to check", "Owner to check (user:group)", - "follow symbolic links (irrelivent on linux)", + "follow symbolic links (irrelevant on linux)", "Check whether the path is writable or not", longopts_help_COMMON }; |