diff options
author | tcely <tcely@users.noreply.github.com> | 2019-04-15 19:24:31 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-29 18:44:35 +0000 |
commit | 1d854182dd68a01d6b65cedd860e31bf58af73f4 (patch) | |
tree | f3775018e94ddf6bc96c34b8a6942ae58c282c86 | |
parent | 30a60d45232c99dc14ab44a6af550b22709d1f85 (diff) | |
download | abuild-1d854182dd68a01d6b65cedd860e31bf58af73f4.tar.gz abuild-1d854182dd68a01d6b65cedd860e31bf58af73f4.tar.bz2 abuild-1d854182dd68a01d6b65cedd860e31bf58af73f4.tar.xz abuild-1d854182dd68a01d6b65cedd860e31bf58af73f4.zip |
abuild: change word choice in comment
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="" } |