git: 28c3c137f64a - main - src/bin/mkdir: Spell occur correctly.

Warner Losh imp at FreeBSD.org
Sat Oct 2 16:40:18 UTC 2021


The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=28c3c137f64a7176d0ca877fb4f35ae17c7c5202

commit 28c3c137f64a7176d0ca877fb4f35ae17c7c5202
Author:     Elyes HAOUAS <ehaouas at noos.fr>
AuthorDate: 2021-10-02 16:34:45 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-10-02 16:39:31 +0000

    src/bin/mkdir: Spell occur correctly.
    
    Pull Request: https://github.com/freebsd/freebsd-src/pull/544
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 bin/mkdir/mkdir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the dev-commits-src-all mailing list