summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-31 11:27:03 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-31 11:27:03 +0100
commit731c7a7de1f5363636e98279f3cfa61667c28974 (patch)
tree7ee03547cd7d5b89eddc2f97a63bfead57e66023 /bin
parent4b307ef4d1f251b9bd62ce51baeba7777cebdc3b (diff)
downloadjenkins.debian.net-731c7a7de1f5363636e98279f3cfa61667c28974.tar.xz
fix typo: do not
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index fafcc08d..8fe2f96c 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -122,7 +122,7 @@ init_html() {
ALLSTATES="reproducible FTBR_with_buildinfo FTBR FTBFS 404 not_for_us blacklisted"
ALLVIEWS="issues notes scheduled last_24h last_48h all_abc dd-list stats"
SPOKENTARGET["reproducible"]="packages which built reproducibly"
- SPOKENTARGET["FTBR"]="packages which failed to build reproducibly and do'nt create a .buildinfo file"
+ SPOKENTARGET["FTBR"]="packages which failed to build reproducibly and do not create a .buildinfo file"
SPOKENTARGET["FTBR_with_buildinfo"]="packages which failed to build reproducibly and create a .buildinfo file"
SPOKENTARGET["FTBFS"]="packages which failed to build from source"
SPOKENTARGET["404"]="packages where the sources failed to download"