From ff53e7764300a5a21ce6d9e2eee7671d3ea0dec5 Mon Sep 17 00:00:00 2001 From: Natanael Copa 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 ca1f58d..5a62926 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"