diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 11:59:24 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 12:00:03 -0700 |
commit | 7f6941492765c5f6cfe40c38af9dbb29a0700815 (patch) | |
tree | 496c2cc864126bbba6cc754bb6ff343b05221af3 | |
parent | 77c2eafbbb9036c0e5ccc60e39c08439731791d8 (diff) |
lint: Fix typo.
* guix/lint: Fix spelling of "mentioning".
-rw-r--r-- | guix/lint.scm | 2 |
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 |