aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-09-10 01:58:04 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-09-10 01:58:04 +0000
commit7f5a1bfdf3319f9ae0b6968a72ad62c291e5aa5d (patch)
tree76a700860ef9544b6e7da8a84b679a8e6de68cfb /Mk
parent5220fce6a3aebdbd08ff15d2083dbea8f2aecff3 (diff)
downloadports-7f5a1bfdf3319f9ae0b6968a72ad62c291e5aa5d.tar.gz
ports-7f5a1bfdf3319f9ae0b6968a72ad62c291e5aa5d.zip
Fix string typos
Submitted by: Rebecca Cran
Notes
Notes: svn path=/head/; revision=511728
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 7db88d34989a..8bfed0f4b1fd 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1462,7 +1462,7 @@ _usefound=
.endif
.endfor
.if !defined(_usefound)
-ERROR+= "Unkonwn USES=${f:C/\:.*//}"
+ERROR+= "Unknown USES=${f:C/\:.*//}"
.endif
.endfor
@@ -1984,7 +1984,7 @@ _usefound=
.endif
.endfor
.if !defined(_usefound)
-ERROR+= "Unkonwn USES=${f:C/\:.*//}"
+ERROR+= "Unknown USES=${f:C/\:.*//}"
.endif
.endfor