guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: ui: Fix typo in comment.


From: guix-commits
Subject: 01/02: ui: Fix typo in comment.
Date: Tue, 11 Feb 2020 11:42:34 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a65ffbea50021411b62c34fb9262a20626cf221a
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Feb 11 15:43:33 2020 +0100

    ui: Fix typo in comment.
    
    Reported by Vincent Legoll <address@hidden>.
    
    * guix/ui.scm (call-with-error-handling): Remove "come" in comment.
---
 guix/ui.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/ui.scm b/guix/ui.scm
index a47dafe..dce97fb 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -771,7 +771,7 @@ directories:~{ ~a~}~%")
              (display-hint (condition-fix-hint c))
              (exit 1))
 
-            ;; On Guile 3.0.0, exceptions such as 'unbound-variable' come are
+            ;; On Guile 3.0.0, exceptions such as 'unbound-variable' are
             ;; compound and include a '&message'.  However, that message only
             ;; contains the format string.  Thus, special-case it here to
             ;; avoid displaying a bare format string.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]