aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-09-23 11:59:24 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-09-23 12:00:03 -0700
commit7f6941492765c5f6cfe40c38af9dbb29a0700815 (patch)
tree496c2cc864126bbba6cc754bb6ff343b05221af3
parent77c2eafbbb9036c0e5ccc60e39c08439731791d8 (diff)
downloadguix-7f6941492765c5f6cfe40c38af9dbb29a0700815.tar
guix-7f6941492765c5f6cfe40c38af9dbb29a0700815.tar.gz
lint: Fix typo.
* guix/lint: Fix spelling of "mentioning".
-rw-r--r--guix/lint.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/lint.scm b/guix/lint.scm
index ba38bef806..03a8e88225 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -525,7 +525,7 @@ for connections to complete; when TIMEOUT is #f, wait as long as needed."
(define (validate-uri uri package field)
"Return #t if the given URI can be reached, otherwise return a warning for
-PACKAGE mentionning the FIELD."
+PACKAGE mentioning the FIELD."
(let-values (((status argument)
(probe-uri uri #:timeout 3))) ;wait at most 3 seconds
(case status