summaryrefslogtreecommitdiff
path: root/examples/loadables/mkdir.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-08-26 11:08:51 -0400
committerChet Ramey <chet.ramey@case.edu>2022-08-26 11:08:51 -0400
commitb3afafd86d27d61601cf380e1065d9170862fd10 (patch)
treeabaef1c96fadb1cbdab381dbe945b1373dbde51f /examples/loadables/mkdir.c
parentf36c8c8ecd155104931198d898733bdb961bc27f (diff)
downloadbash-5.2-rc3.tar.gz
Bash-5.2-rc3 releasebash-5.2-rc3
Diffstat (limited to 'examples/loadables/mkdir.c')
-rw-r--r--examples/loadables/mkdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/mkdir.c b/examples/loadables/mkdir.c
index d5d39551..a5b49309 100644
--- a/examples/loadables/mkdir.c
+++ b/examples/loadables/mkdir.c
@@ -228,7 +228,7 @@ char *mkdir_doc[] = {
"a symbolic mode is used, the operations are interpreted relative to",
"an initial mode of \"a=rwx\". The -p option causes any required",
"intermediate directories in PATH to be created. The directories",
- "are created with permssion bits of rwxrwxrwx as modified by the current",
+ "are created with permission bits of rwxrwxrwx as modified by the current",
"umask, plus write and search permissions for the owner. mkdir",
"returns 0 if the directories are created successfully, and non-zero",
"if an error occurs.",