summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_pkg_sets.py
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@debian.org>2016-10-16 22:21:43 +0300
committerMattia Rizzolo <mattia@debian.org>2016-10-16 19:41:40 +0000
commitc0a51b7b74ceb8dca8202790fdb23c1717037729 (patch)
tree89272333d9b14476df8a8609b7d79baf58065028 /bin/reproducible_html_pkg_sets.py
parentb71ff2e224c000ee9da793b0b046843472bb0ef4 (diff)
downloadjenkins.debian.net-c0a51b7b74ceb8dca8202790fdb23c1717037729.tar.xz
reproducible debian: pkg_sets typo fix
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'bin/reproducible_html_pkg_sets.py')
-rwxr-xr-xbin/reproducible_html_pkg_sets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index 40506278..99a19ebe 100755
--- a/bin/reproducible_html_pkg_sets.py
+++ b/bin/reproducible_html_pkg_sets.py
@@ -218,7 +218,7 @@ def create_pkgset_page_and_graphs(suite, arch, stats, pkgset_name):
status_cutename_descriptions = [
('unreproducible', 'bad', 'failed to build reproducibly'),
- ('FTBFS', 'ugly', 'failed to build from souce'),
+ ('FTBFS', 'ugly', 'failed to build from source'),
('rest', 'rest',
'are either blacklisted, not for us or cannot be downloaded'),
('reproducible', 'good', 'successfully build reproducibly'),