From 454d123e324ada9dc58cb1f8bb9bb803e769041c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 4 Jan 2015 13:02:32 +0100 Subject: fix typo --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index e9bf8ade..1c622b5d 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -162,7 +162,7 @@ else rm -f $DBDCHROOT_READLOCK echo | tee -a ${RBUILDLOG} if [ $RESULT -eq 124 ] ; then - echo "$(date) - debbindiff was killed after running into timeouot... maybe there is still $REPRODUCIBLE_URL/userContent/dbd/${LOGFILE}" | tee -a ${RBUILDLOG} + echo "$(date) - debbindiff was killed after running into timeout... maybe there is still $REPRODUCIBLE_URL/userContent/dbd/${LOGFILE}" | tee -a ${RBUILDLOG} elif [ $RESULT -eq 1 ] ; then DEBBINDIFFOUT="debbindiff found issues, please investigate $REPRODUCIBLE_URL/userContent/dbd/${LOGFILE}" fi -- cgit v1.2.3-54-g00ecf