diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-18 02:29:41 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-18 02:29:41 +0100 |
commit | d25175aaa62ed7fa5c44d934349fd17736017b72 (patch) | |
tree | b6df6c594d34d40df002f1cc3493af8bd8c91c28 | |
parent | 38d96c7a8820651e69282151e3adfa584cb2f805 (diff) | |
download | jenkins.debian.net-d25175aaa62ed7fa5c44d934349fd17736017b72.tar.xz |
fix tpoy
-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 f975fd32..02532fc2 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -95,7 +95,7 @@ COLOR[1]=4 COLOR[2]=3 COLOR[3]=18 MAINLABEL[0]="Package reproducibility status" -MAINLABEL[1]="Amout of packages build each day" +MAINLABEL[1]="Amount of packages build 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" YLABEL[0]="Amount (total)" |