aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-11-19 04:59:41 +0000
committerWarner Losh <imp@FreeBSD.org>2021-11-19 04:59:41 +0000
commit61c051ff3ba3f3af76a692a55539f43db6d3f994 (patch)
tree2b5e68a813d2c4f710ff21e24561e04f26b61ec8
parent34bc6f6dd0edc523ea820e34a1408e03e061a2d5 (diff)
downloadsrc-61c051ff3ba3f3af76a692a55539f43db6d3f994.tar.gz
src-61c051ff3ba3f3af76a692a55539f43db6d3f994.zip
src/bin/mkdir: Spell occur correctly.
Pull Request: https://github.com/freebsd/freebsd-src/pull/544 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> (cherry picked from commit 28c3c137f64a7176d0ca877fb4f35ae17c7c5202)
-rw-r--r--bin/mkdir/mkdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c
index 122ec4458858..cc699d3893dc 100644
--- a/bin/mkdir/mkdir.c
+++ b/bin/mkdir/mkdir.c
@@ -163,7 +163,7 @@ build(char *path, mode_t omode)
* POSIX 1003.2:
* For each dir operand that does not name an existing
* directory, effects equivalent to those caused by the
- * following command shall occcur:
+ * following command shall occur:
*
* mkdir -p -m $(umask -S),u+wx $(dirname dir) &&
* mkdir [-m mode] dir