summaryrefslogtreecommitdiff
path: root/mk/fetch
diff options
context:
space:
mode:
authormspo <mspo>2011-05-17 16:38:18 +0000
committermspo <mspo>2011-05-17 16:38:18 +0000
commit6020fcaf3ce29fb378aa383e25b674aef15369a9 (patch)
tree10b58a2d6c4af30968222063917ae3d719598b05 /mk/fetch
parenta28b32f620995bd671541d0caec3625211afa7cc (diff)
downloadpkgsrc-6020fcaf3ce29fb378aa383e25b674aef15369a9.tar.gz
he -> the typo in fetch.mk; reported by Snader_LB
Diffstat (limited to 'mk/fetch')
-rw-r--r--mk/fetch/fetch.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fetch/fetch.mk b/mk/fetch/fetch.mk
index bfc4b0c6121..d965413e68e 100644
--- a/mk/fetch/fetch.mk
+++ b/mk/fetch/fetch.mk
@@ -1,4 +1,4 @@
-# $NetBSD: fetch.mk,v 1.50 2011/02/10 10:46:45 tron Exp $
+# $NetBSD: fetch.mk,v 1.51 2011/05/17 16:38:18 mspo Exp $
_MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
_MASTER_SITE_OVERRIDE= ${MASTER_SITE_OVERRIDE:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
@@ -167,7 +167,7 @@ fetch-check-interactive: .USEBEFORE
# It must understand fetching files located via URLs,
# e.g. NetBSD's ftp, net/tnftp, etc.
#
-# The following variables are all lists of options to pass to he command
+# The following variables are all lists of options to pass to the command
# used to do the actual fetching of the file.
#
# FETCH_BEFORE_ARGS appear before all other options on the command line.