git: a6889c1d5c75 - main - bmake: Fix typo (triple S)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 03:26:27 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=a6889c1d5c75a77a840e1d7036bd595c01eb8c0f commit a6889c1d5c75a77a840e1d7036bd595c01eb8c0f Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2023-12-28 03:17:17 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-12-28 03:24:32 +0000 bmake: Fix typo (triple S) Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/955 --- usr.bin/bmake/tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/bmake/tests/common.sh b/usr.bin/bmake/tests/common.sh index 985370798ed0..fa078ef84c4f 100644 --- a/usr.bin/bmake/tests/common.sh +++ b/usr.bin/bmake/tests/common.sh @@ -56,7 +56,7 @@ ensure_run() } # -# Output usage messsage. +# Output usage message. # print_usage() {