summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-04-15 19:24:31 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-29 18:44:35 +0000
commit1d854182dd68a01d6b65cedd860e31bf58af73f4 (patch)
treef3775018e94ddf6bc96c34b8a6942ae58c282c86
parent30a60d45232c99dc14ab44a6af550b22709d1f85 (diff)
downloadabuild-1d854182dd68a01d6b65cedd860e31bf58af73f4.tar.bz2
abuild-1d854182dd68a01d6b65cedd860e31bf58af73f4.tar.xz
abuild: change word choice in comment
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 733de05..dd43822 100644
--- a/abuild.in
+++ b/abuild.in
@@ -761,7 +761,7 @@ pre_split() {
if [ -z "$subpkgname" ]; then
return 0
fi
- # the subpackages should not inherit those from main package
+ # the subpackages should not inherit these from main package
provides=""
install_if=""
}