summaryrefslogtreecommitdiff
path: root/examples/loadables/mkdir.c
diff options
context:
space:
mode:
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.",