From c0a51b7b74ceb8dca8202790fdb23c1717037729 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sun, 16 Oct 2016 22:21:43 +0300 Subject: reproducible debian: pkg_sets typo fix Signed-off-by: Mattia Rizzolo --- bin/reproducible_html_pkg_sets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_pkg_sets.py') 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'), -- cgit v1.2.3-54-g00ecf