summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index a0355d46..3898950b 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -151,7 +151,7 @@ def gen_extra_links(package, version, suite, arch, status):
default_view = url
elif status not in ('untested', 'not for us', 'blacklisted'):
log.critical(REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/' + package +
- ' didn\'t produce a buildlog, even if it has been built.')
+ ' didn\'t produce a buildlog, even though it has been built.')
default_view = '/untested.html' if not default_view else default_view
return (links, default_view)