summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-23 18:53:33 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-23 18:53:33 +0200
commitbf87e279aed621a0d12caedc9beecd5f492d8383 (patch)
tree42e4062bc64e7b6f133b671a2ad83a11fc1828fa /bin/reproducible_html_graphs.sh
parentf54aea572a9d2a09a1657bdb4c3788d8334370d7 (diff)
downloadjenkins.debian.net-bf87e279aed621a0d12caedc9beecd5f492d8383.tar.xz
reproducible: s#different#distinct# issues
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 89d21589..2bec3ec7 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -552,7 +552,7 @@ create_main_stats_page() {
write_page "</table>"
# write inventory table
write_page "<table class=\"main\"><tr><th>&nbsp;</th><th>amount</th></tr>"
- write_page "<tr><td>different identified issues</td><td>$ISSUES</td></tr>"
+ write_page "<tr><td>distinct identified issues</td><td>$ISSUES</td></tr>"
write_page "<tr><td>packages with notes about these issues</td><td>$NOTES</td></tr>"
write_page "<tr><td>total amount of identified issues in packages</td><td>$COUNT_ISSUES</td></tr>"
SUITE="unstable"