diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-02 14:17:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-02 14:17:09 +0200 |
commit | 2202fcaeaf660c9c1b9d13195cb6e1b12bfc943c (patch) | |
tree | fe685206a83f605e4f2b13cc6ae35d155c5a7e78 /bin | |
parent | e1c6e40fe61e89ccf624ed7546d45d330298378f (diff) | |
download | jenkins.debian.net-2202fcaeaf660c9c1b9d13195cb6e1b12bfc943c.tar.xz |
fix typo
Diffstat (limited to 'bin')
-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 24092933..06491c2a 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -129,7 +129,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 problem are automatically rescheduled every 4 hours.') + '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.') } ] }, |