diff options
author | wiz <wiz> | 2010-08-24 20:44:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-08-24 20:44:22 +0000 |
commit | 463b9d0c555496accd86efb415078ffaad385ac4 (patch) | |
tree | 0ca4dae0e257df711e1ad135a79174ee11b641da | |
parent | 69eca0bc615ba79957efff5dd3e74222c9814041 (diff) | |
download | pkgsrc-463b9d0c555496accd86efb415078ffaad385ac4.tar.gz |
Fix typo in comment.
-rw-r--r-- | mk/defaults/mk.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index e99d1d9f3b5..1494b97df5e 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.193 2010/08/24 19:08:29 bad Exp $ +# $NetBSD: mk.conf,v 1.194 2010/08/24 20:44:22 wiz Exp $ # # This file provides default values for variables that may be overridden @@ -133,7 +133,7 @@ PKGSRC_SLEEPSECS?= 5 #PKG_DEVELOPER= yes # -# If defined and no "no" it enables some sanity checks to raise the quality +# If defined and not "no" it enables some sanity checks to raise the quality # of the installed packages. See the files pkgsrc/mk/check/check-*.mk for # details and further configuration options. # |