aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-10-02 16:34:45 +0000
committerWarner Losh <imp@FreeBSD.org>2021-10-02 16:39:31 +0000
commit28c3c137f64a7176d0ca877fb4f35ae17c7c5202 (patch)
treee57c695bda910eeda0552be03bc96443e7ad4efa
parent48556dff3d028da85b864c6662534e1388a255c8 (diff)
downloadsrc-28c3c137f64a7176d0ca877fb4f35ae17c7c5202.tar.gz
src-28c3c137f64a7176d0ca877fb4f35ae17c7c5202.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>
-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