summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-25 11:15:38 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-25 11:15:38 +0200
commit8afbbad8f7da157097fb05d57d01583c03e55ddd (patch)
tree5d682687559ce6bd06fb584e6a374aa1bfaad571 /bin
parent3798f7440012c251706b499289b2879de9fc3eb0 (diff)
downloadjenkins.debian.net-8afbbad8f7da157097fb05d57d01583c03e55ddd.tar.xz
fix typo
Diffstat (limited to 'bin')
-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 56082ed3..a132f2bf 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -342,7 +342,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 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 "</table>"
fi
}