guix-commits
[Top][All Lists]
Advanced

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

01/01: lint: Fix typo.


From: guix-commits
Subject: 01/01: lint: Fix typo.
Date: Mon, 23 Sep 2019 15:00:22 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 7f6941492765c5f6cfe40c38af9dbb29a0700815
Author: Vagrant Cascadian <address@hidden>
Date:   Mon Sep 23 11:59:24 2019 -0700

    lint: Fix typo.
    
    * guix/lint: Fix spelling of "mentioning".
---
 guix/lint.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/lint.scm b/guix/lint.scm
index ba38bef..03a8e88 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



reply via email to

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