diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-22 16:02:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-22 16:02:16 +0200 |
commit | a25034c67ca9cd19bdd189be73b7ebb2b59db16e (patch) | |
tree | b2c7966edbf206e578f4347f8398c5c378f893d7 | |
parent | 929346a96f1d79aa15e54f959f9e09e5006626d6 (diff) | |
download | jenkins.debian.net-a25034c67ca9cd19bdd189be73b7ebb2b59db16e.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_breakages.py | 2 |
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 ' + |