From ff53e7764300a5a21ce6d9e2eee7671d3ea0dec5 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Wed, 14 Dec 2011 10:55:53 +0100
Subject: [PATCH] abuild: fix typo

---
 abuild.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/abuild.in b/abuild.in
index ca1f58d3e7a3..5a62926b5b27 100755
--- a/abuild.in
+++ b/abuild.in
@@ -1390,7 +1390,7 @@ usage() {
 	echo " -f  Force specified cmd, even if they are already done"
 	echo " -F  Force run as root"
 	echo " -h  Show this help"
-	echo " -i  Install PKG after successul build"
+	echo " -i  Install PKG after successful build"
 	echo " -k  Keep built packages, even if APKBUILD or sources are newer"
 	echo " -m  Disable colors (monochrome)"
 	echo " -p  Set package destination directory"
-- 
GitLab