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 a771b80..566f528 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1528,7 +1528,7 @@ build_abuildrepo() {
done
local _endtime=$(date --utc +%s)
local _difftime=$((_endtime - _starttime))
- msg "Build complete at $(date -R) elaped time $((_difftime/3600))h $((_difftime/60%60))m $((_difftime%60))s"
+ msg "Build complete at $(date -R) elapsed time $((_difftime/3600))h $((_difftime/60%60))m $((_difftime%60))s"
cleanup $CLEANUP
fi
update_abuildrepo_index