[Qa-jenkins-dev] [PATCH] pkg_sets typo fix
Niko Tyni
ntyni at debian.org
Sun Oct 16 19:21:43 UTC 2016
---
bin/reproducible_html_pkg_sets.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index 4050627..99a19eb 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'),
--
2.9.3
More information about the Qa-jenkins-dev
mailing list