Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2021 04:53:24 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d57d56b8ab07 - stable/13 - src/bin/mkdir: Spell occur correctly.
Message-ID:  <202111190453.1AJ4rOgW061159@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

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

commit d57d56b8ab070b8671f9127385201c4022a21373
Author:     Elyes HAOUAS <ehaouas@noos.fr>
AuthorDate: 2021-11-19 04:51:12 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-11-19 04:52:21 +0000

    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)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111190453.1AJ4rOgW061159>