git: c1b12377a6b8 - main - cat(1): Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Dec 2023 17:48:35 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=c1b12377a6b87e4869e860ba481f618de3ee8514
commit c1b12377a6b87e4869e860ba481f618de3ee8514
Author: Kai-Yang Chen <kevin.1010607@gapp.nthu.edu.tw>
AuthorDate: 2023-12-26 17:42:38 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-26 17:44:38 +0000
cat(1): Fix typo
Fix type: rebiuld -> rebuild in Makefile
Event: Advanced UNIX Programming Course (Fall’23) at NTHU.
Reviewed by: imp, Mina Galić
Pull Request: https://github.com/freebsd/freebsd-src/pull/933
---
bin/cat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/cat/Makefile b/bin/cat/Makefile
index 46c7fd5e4ec6..97b19e701e4f 100644
--- a/bin/cat/Makefile
+++ b/bin/cat/Makefile
@@ -20,7 +20,7 @@ SUBDIR.${MK_TESTS}+= tests
#LIBADD+= cap_net
#CFLAGS+=-DWITH_CASPER
#.endif
-# Depend on Makefile to rebiuld when WITH_CASPER changes
+# Depend on Makefile to rebuild when WITH_CASPER changes
cat.o: Makefile
.include <bsd.prog.mk>