summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 21:02:58 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 21:02:58 +0200
commitacf8c5ec45b3fcd2209f0f0342e9c489fd73b669 (patch)
tree24b78ca84c2a26a7a5bad97bc9123e40584cfb79 /bin
parentc7d1d8ba578112be38689d10643df9d7b2c8f8fd (diff)
downloadjenkins.debian.net-acf8c5ec45b3fcd2209f0f0342e9c489fd73b669.tar.xz
reproducible: fix grammar for the unlikely case this condition will be met
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_breakages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 4cbfa70b..fd64456d 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -301,7 +301,7 @@ if __name__ == '__main__':
if breakages:
html += breakages
else:
- html += '<p><b>COOL!!!</b> Everything is GOOD and not a issue was '
+ html += '<p><b>COOL!!!</b> Everything is GOOD and not a single issue was '
html += 'detected. <i>Enjoy!</i></p>'
title = 'Breakages on reproducible.debian.net'
destfile = BASE + '/index_breakages.html'