diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-23 11:36:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-23 11:36:02 +0000 |
commit | 25ee94a9113c4bc458098916a9dfd1d04e6a02a1 (patch) | |
tree | 71ddff03c55cb0dd2aee30974997bcbf9495f20f /mk | |
parent | 0c10ce72c9ebeb428aafd4646465d72a988ae638 (diff) | |
download | pkgsrc-25ee94a9113c4bc458098916a9dfd1d04e6a02a1.tar.gz |
Typo
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkgformat/pkg/utility.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkgformat/pkg/utility.mk b/mk/pkgformat/pkg/utility.mk index 31ef3923186..d45aca23977 100644 --- a/mk/pkgformat/pkg/utility.mk +++ b/mk/pkgformat/pkg/utility.mk @@ -1,4 +1,4 @@ -# $NetBSD: utility.mk,v 1.1 2011/10/15 00:23:09 reed Exp $ +# $NetBSD: utility.mk,v 1.2 2011/10/23 11:36:02 dholland Exp $ # The 'info' target can be used to display information about a package. .PHONY: info @@ -94,6 +94,6 @@ sid: show-installed-depends _about-to-be-removed: .USE @${WARNING_MSG} "This make target (${.TARGET}) is about to be removed. Since you used" - @${WARNING_MSG} "it, it may not be completele useless. Please tell us on the" + @${WARNING_MSG} "it, it may not be completely useless. Please tell us on the" @${WARNING_MSG} "tech-pkg""@""NetBSD.org mailing list why you think this target should" @${WARNING_MSG} "not be removed." |