summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'),