diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-07 11:15:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-07 11:15:46 +0200 |
commit | e6a05345e2e2fb97835ae3c094f7edd3c5416a16 (patch) | |
tree | 31b7db95957f0b0c448b7ead9cf428243d09f015 /bin | |
parent | b57f6cdf48202a63c0cd70281bb187429250d756 (diff) | |
download | jenkins.debian.net-e6a05345e2e2fb97835ae3c094f7edd3c5416a16.tar.xz |
reproducible: improve grammar
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index c054b2f5..a079b811 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -136,7 +136,7 @@ EXTRA_STAR=true link_packages $BAD EXTRA_STAR=false write_index "</code></p>" -write_index "<p><font size=\"-1\">A β sign after a package name indicates that no .buildinfo files were generated.</font></p>" +write_index "<p><font size=\"-1\">A β sign after a package name indicates that no .buildinfo file was generated.</font></p>" write_index write_index "<p>$COUNT_UGLY packages ($PERCENT_UGLY%) failed to build from source: <code>" link_packages $UGLY |