summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-28 20:39:50 +0000
committerrillig <rillig@pkgsrc.org>2020-03-28 20:39:50 +0000
commit63e5d20ddcfd00b3d14179101192fff3ddd8fcf3 (patch)
tree3f86108e21ef1db822ad3ec58cad48f407465063 /mk/subst.mk
parent304fb81b3879c0fba845bc15710cc1ce27dcb11d (diff)
downloadpkgsrc-63e5d20ddcfd00b3d14179101192fff3ddd8fcf3.tar.gz
mk/subst.mk: fix typo in documentation
Diffstat (limited to 'mk/subst.mk')
-rw-r--r--mk/subst.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk
index ce7ad14ea6d..5f31b544d5d 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.72 2020/03/23 11:27:29 jperkin Exp $
+# $NetBSD: subst.mk,v 1.73 2020/03/28 20:39:50 rillig Exp $
#
# The subst framework replaces text in one or more files in the WRKSRC
# directory. Packages can define several ``classes'' of replacements.
@@ -58,7 +58,7 @@
# -e 's,@VARNAME@,${VARNAME},g'
#
# that even works when ${VARNAME} contains arbitrary characters.
-# SUBST_SED and SUBST_VARS can combined freely.
+# SUBST_SED and SUBST_VARS can be combined freely.
#
# SUBST_FILTER_CMD.<class>
# Filter used to perform the actual substitution on the specified