This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository data-service.
The following commit(s) were added to refs/heads/master by this push:
new d98c676 Fix typo
d98c676 is described below
commit d98c6765632118b1912720c16902da2622ca610b
Author: Christopher Baines <[email protected]>
AuthorDate: Thu Nov 19 21:46:47 2020 +0000
Fix typo
---
guix-data-service/web/compare/html.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/web/compare/html.scm
b/guix-data-service/web/compare/html.scm
index 7434dfd..c813340 100644
--- a/guix-data-service/web/compare/html.scm
+++ b/guix-data-service/web/compare/html.scm
@@ -683,7 +683,7 @@ and target derivations")
(dt "Unknown")
(dd
"No base and target derivation to compare, or not
-enought builds to determine a change")))
+enough builds to determine a change")))
#:allow-selecting-multiple-options #f)
(div (@ (class "form-group form-group-lg"))
(div (@ (class "col-sm-offset-2 col-sm-10"))