summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-03-18 11:03:14 +0100
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-04-11 14:09:32 +0000
commit33183dadf50b2cae18fbd7fee0723a3829eac166 (patch)
tree76a523c0efd070a551dcaec12737dc31b82d1bcc /abuild.in
parente6ce1f11514d2d00e051e59b82fd15bd0992763e (diff)
downloadabuild-33183dadf50b2cae18fbd7fee0723a3829eac166.tar.bz2
abuild-33183dadf50b2cae18fbd7fee0723a3829eac166.tar.xz
Fix a few typos
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/abuild.in b/abuild.in
index e3a6f20..7aac818 100644
--- a/abuild.in
+++ b/abuild.in
@@ -242,7 +242,7 @@ default_sanitycheck() {
if ! options_has "!check" && [ -n "$REQUIRE_CHECK" ]; then
(unset check; . "$APKBUILD"; type check >/dev/null 2>&1) || \
- die "Testsuites (abuild check) are required or needs to be explicitly disabled!"
+ die "Testsuites (abuild check) are required or need to be explicitly disabled!"
fi
check_provides || die "provides must not contain $pkgname"
@@ -736,7 +736,7 @@ pre_split() {
if [ -z "$subpkgname" ]; then
return 0
fi
- # the subpackages should not inherit those form main package
+ # the subpackages should not inherit those from main package
provides=""
install_if=""
}