summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4cd1b99a..89d21589 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -362,7 +362,7 @@ write_usertag_table() {
let "TTOTAL=TTOTAL+TOTAL"
fi
done
- write_page "<tr><td>Total number of usertags set by reproducible-builds@lists.alioth.debian.org<br />(this is not the number of bugs as bugs can have several tags)</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>"
+ write_page "<tr><td>Total number of usertags for reproducible-builds@lists.alioth.debian.org<br />(this is not the number of bugs as bugs can have several tags)</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>"
write_page "</table>"
fi
}