diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-09 18:30:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-09 18:30:42 +0200 |
commit | 8755811f6d6797e85df666e6317a7bee7c78f0a9 (patch) | |
tree | 7f8aa2d3bbd0364009c0cbf24a0d5ac1f0d6910b | |
parent | d650e4bae64e4fb3b9840e4e8d303289a3b63e77 (diff) | |
download | jenkins.debian.net-8755811f6d6797e85df666e6317a7bee7c78f0a9.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index e9c53d5a..3e0cae3c 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -131,7 +131,7 @@ pages = { { 'icon_status': 'depwait', 'query': 'depwait_all', - 'text': Template('$tot ($percent%) packages where the build dependencies failed to be satisfied. Note that temporary failures to due network problems are automatically rescheduled every 4 hours.') + 'text': Template('$tot ($percent%) packages where the build dependencies failed to be satisfied. Note that temporary failures (eg. due to network problems) are automatically rescheduled every 4 hours.') } ] }, |