From 2f8bbc819e1e121f97162a674528c924cd0687c0 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sun, 2 Dec 2018 19:50:28 +0000 Subject: abuild: fix typo --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3