summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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=""
}