git: 708f9874a8 - main - website/Makefile: Typo fixing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Jul 2022 12:41:59 UTC
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=708f9874a87bcf52244aacc9896f58a257e1b412 commit 708f9874a87bcf52244aacc9896f58a257e1b412 Author: Marc Fonvieille <blackend@FreeBSD.org> AuthorDate: 2022-07-14 12:17:59 +0000 Commit: Marc Fonvieille <blackend@FreeBSD.org> CommitDate: 2022-07-14 12:17:59 +0000 website/Makefile: Typo fixing - s/be patience/be patient/ --- website/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Makefile b/website/Makefile index bda2590cde..288d171a43 100644 --- a/website/Makefile +++ b/website/Makefile @@ -115,7 +115,7 @@ generate-release: rm -fr ./tmp .endif @echo "---------------------------------------------------------------" - @echo "Generating the release, be patience" + @echo "Generating the release, be patient" @echo "---------------------------------------------------------------" .if !empty(MAIN) git clone --depth 1 --branch main https://git.FreeBSD.org/src.git tmp