ui: Fix typo in comment.
authorLudovic Courtès <ludo@gnu.org>
Tue, 11 Feb 2020 14:43:33 +0000 (15:43 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 11 Feb 2020 16:42:10 +0000 (17:42 +0100)
Reported by Vincent Legoll <vincent.legoll@gmail.com>.

* guix/ui.scm (call-with-error-handling): Remove "come" in comment.

guix/ui.scm

index a47dafe..dce97fb 100644 (file)
@@ -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.