diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-08 10:18:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-08 10:18:00 +0100 |
commit | d6b90fa50df6e3f1b7f8e5b599d284401213f7ae (patch) | |
tree | 8888664bd2613a1ecfdde78e8ab64871672a33f8 | |
parent | 8e17c9cbcd4b55caed3bba0e2c7d96f64103a277 (diff) | |
download | jenkins.debian.net-d6b90fa50df6e3f1b7f8e5b599d284401213f7ae.tar.xz |
reproducible: fix grammar
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 3eca35fc..b458c7c3 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -213,7 +213,7 @@ COLOR[4]=1 COLOR[5]=1 COLOR[6]=4 MAINLABEL[0]="Reproducibility status for packages in '$SUITE'" -MAINLABEL[1]="Amount of packages build each day" +MAINLABEL[1]="Amount of packages built each day" MAINLABEL[2]="Age in days of oldest kind of logfile" MAINLABEL[3]="Bugs with usertags for user reproducible-builds@lists.alioth.debian.org" MAINLABEL[4]="Packages which have notes" |