summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-22 16:02:16 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-22 16:02:16 +0200
commita25034c67ca9cd19bdd189be73b7ebb2b59db16e (patch)
treeb2c7966edbf206e578f4347f8398c5c378f893d7 /bin/reproducible_breakages.py
parent929346a96f1d79aa15e54f959f9e09e5006626d6 (diff)
downloadjenkins.debian.net-a25034c67ca9cd19bdd189be73b7ebb2b59db16e.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_breakages.py')
-rwxr-xr-xbin/reproducible_breakages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index aa9c8cfb..37125cae 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -249,7 +249,7 @@ def gen_html():
# debbindiff troubles
without_dbd, bad_dbd = unrep_with_dbd_issues()
html += _gen_section('are marked as unreproducible, but without ' +
- 'debbindiff output - so probably debbindiff' +
+ 'debbindiff output - so probably debbindiff ' +
'crashed:', without_dbd)
html += _gen_section('are marked as unreproducible, but their ' +
'debbindiff output does not seem to be an html ' +