diff options
author | agc <agc> | 2003-07-08 11:48:37 +0000 |
---|---|---|
committer | agc <agc> | 2003-07-08 11:48:37 +0000 |
commit | babf355515fd1430900cf282aba1d8069bda0714 (patch) | |
tree | bd0a0dec32b7928c5a039191bf0616f0ab979cfc /mk | |
parent | 3797f9698fc21d95d844bc23d1daacd7e5df1ad6 (diff) | |
download | pkgsrc-babf355515fd1430900cf282aba1d8069bda0714.tar.gz |
Fix a typo in a comment
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 0ead9fad345..d9139eb87bb 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1204 2003/07/08 09:20:30 chris Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1205 2003/07/08 11:48:37 agc Exp $ # # This file is in the public domain. # @@ -1975,7 +1975,7 @@ do-patch: uptodate-digest # _CONFIGURE_PREREQ is a list of targets to run after pre-configure but before # do-configure. These targets typically edit the files used by the -# do-configure target. The targets are run as dependacies of +# do-configure target. The targets are run as dependencies of # pre-configure-override. # # _CONFIGURE_POSTREQ is a list of targets to run after do-configure but before |