From: Sascha Wildner Date: Sat, 5 Sep 2015 17:14:36 +0000 (+0200) Subject: /usr/Makefile: Fix typo in a message about the pkg bootstrap. X-Git-Tag: v4.5.0~612 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/9c71144e010003bd86a1c034a06d5ac8ba36e874 /usr/Makefile: Fix typo in a message about the pkg bootstrap. --- 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"