summaryrefslogtreecommitdiff
path: root/mk/misc
diff options
context:
space:
mode:
authorrillig <rillig>2008-11-05 08:24:23 +0000
committerrillig <rillig>2008-11-05 08:24:23 +0000
commit7b21b2761df6b904f6f6862e0dff5f77738b8c26 (patch)
tree15541755cc64450f6f7ead74b43075d49b05f81d /mk/misc
parentbdca004d0db7cadb2cb96804ea6f58120dc8dd46 (diff)
downloadpkgsrc-7b21b2761df6b904f6f6862e0dff5f77738b8c26.tar.gz
typo
Diffstat (limited to 'mk/misc')
-rw-r--r--mk/misc/can-be-built-here.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/misc/can-be-built-here.mk b/mk/misc/can-be-built-here.mk
index ece5696abc3..2a11b642d28 100644
--- a/mk/misc/can-be-built-here.mk
+++ b/mk/misc/can-be-built-here.mk
@@ -1,4 +1,4 @@
-# $NetBSD: can-be-built-here.mk,v 1.5 2008/05/26 22:05:46 tnn Exp $
+# $NetBSD: can-be-built-here.mk,v 1.6 2008/11/05 08:24:23 rillig Exp $
#
# This file checks whether a package can be built in the current pkgsrc
# environment. It checks the following variables:
@@ -13,7 +13,7 @@
#
# NO_SKIP
# When defined, the checks in this file are skipped. It is called
-# NO_SKIP because the code that skips builting the package should
+# NO_SKIP because the code that skips building the package should
# _not_ be run.
#
# XXX: It's weird to have three negations in such a short variable