From 33183dadf50b2cae18fbd7fee0723a3829eac166 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Sun, 18 Mar 2018 11:03:14 +0100 Subject: Fix a few typos --- abuild-fetch.c | 2 +- abuild.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abuild-fetch.c b/abuild-fetch.c index 99133b9..91b59a1 100644 --- a/abuild-fetch.c +++ b/abuild-fetch.c @@ -175,7 +175,7 @@ int main(int argc, char *argv[]) destdir = optarg; break; default: - printf("Unkonwn option '%c'\n", opt); + printf("Unknown option '%c'\n", opt); return usage(1); break; } 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="" } -- cgit v1.2.3-60-g2f50