diff options
author | Julien Lepiller <julien@lepiller.eu> | 2023-02-02 17:14:29 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-02 19:17:50 +0100 |
commit | bb6f74b55072178e3bb45e1654324f624287f6b2 (patch) | |
tree | ce45b98402a525049d8815341bbef83e1c58e59e /guix-qa-frontpage/view | |
parent | eb8571d8d135f79e5d0f6fa8ebc483e2a55b1109 (diff) | |
download | qa-frontpage-bb6f74b55072178e3bb45e1654324f624287f6b2.tar qa-frontpage-bb6f74b55072178e3bb45e1654324f624287f6b2.tar.gz |
Fix typo
Diffstat (limited to 'guix-qa-frontpage/view')
-rw-r--r-- | guix-qa-frontpage/view/issue.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-qa-frontpage/view/issue.scm b/guix-qa-frontpage/view/issue.scm index de75503..e645d4e 100644 --- a/guix-qa-frontpage/view/issue.scm +++ b/guix-qa-frontpage/view/issue.scm @@ -189,7 +189,7 @@ td.bad { (a (@ (href ,(string-append "https://data.qa.guix.gnu.org/revision/" (assoc-ref target-job "commit")))) - "revivion") + "revision") ", job " ,(assoc-ref target-job "state"))))) '())))))))) @@ -349,7 +349,7 @@ td.bad { (a (@ (href ,(string-append "https://data.qa.guix.gnu.org/revision/" (assoc-ref target-job "commit")))) - "revivion") + "revision") ", job " ,(assoc-ref target-job "state"))))) '())))))))) |