summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-04 13:02:32 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-04 13:02:32 +0100
commit454d123e324ada9dc58cb1f8bb9bb803e769041c (patch)
tree42ec5fd0c2d9e4c37714b35c86b1205fe910e416
parentb9ed648c838bbe001ba2faa82599e8cf5d5e0a03 (diff)
downloadjenkins.debian.net-454d123e324ada9dc58cb1f8bb9bb803e769041c.tar.xz
fix typo
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
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