lint: Fix typo.

* guix/lint: Fix spelling of "mentioning".
master
Vagrant Cascadian 2019-09-23 11:59:24 -07:00
parent 77c2eafbbb
commit 7f69414927
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -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