From 9c71144e010003bd86a1c034a06d5ac8ba36e874 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 5 Sep 2015 19:14:36 +0200 Subject: [PATCH] /usr/Makefile: Fix typo in a message about the pkg bootstrap. --- etc/Makefile.usr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile.usr b/etc/Makefile.usr index 47c2073b71..1a57bcf88d 100644 --- a/etc/Makefile.usr +++ b/etc/Makefile.usr @@ -18,7 +18,7 @@ ERRDP="Error: ${.CURDIR}/dports already exists" ERRSR="Error: ${.CURDIR}/src already exists" ERRNDP="Error: ${.CURDIR}/dports does not exist" ERRNSR="Error: ${.CURDIR}/src does not exist" -ERRPKG="Error: Bootstrap not neccessary, ${.CURDIR}/local/sbin/pkg already exists" +ERRPKG="Error: Bootstrap not necessary, ${.CURDIR}/local/sbin/pkg already exists" WSTARS="***************************************************************" WARNPS=" Warning: Delete or move ${.CURDIR}/pkg before building any dport!" LPATT=" make %-23s- %s\n" -- 2.41.0