multiple spelling and typo fixes

This fixes #516.
This commit is contained in:
Josh Soref
2022-04-15 11:53:24 -04:00
committed by William Hubbs
parent f81bb7e2c4
commit 3054046e18
31 changed files with 42 additions and 42 deletions

View File

@@ -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
};