From: Sascha Wildner Date: Thu, 15 Feb 2018 14:19:30 +0000 (+0100) Subject: /usr/Makefile: Fix typo. X-Git-Tag: v5.3.0~183 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/1b1c1a4fd3bae77a5750ed143e91ff7ad97024d2 /usr/Makefile: Fix typo. --- diff --git a/etc/Makefile.usr b/etc/Makefile.usr index 98934ce6c9..898f2d0aac 100644 --- a/etc/Makefile.usr +++ b/etc/Makefile.usr @@ -184,7 +184,7 @@ pkg-bootstrap: @echo ${ERRPKG} @/usr/bin/false .elif exists(${.CURDIR}/local/etc/pkg.conf) - @echo "Error: ${.CURDIR}/local/etc/pkg.conf will be ovewritten" + @echo "Error: ${.CURDIR}/local/etc/pkg.conf will be overwritten" @echo "Please move this file and rerun 'make pkg-bootstrap'" @/usr/bin/false .else