lint: Fix typo.
* guix/lint: Fix spelling of "mentioning".
This commit is contained in:
		
							parent
							
								
									77c2eafbbb
								
							
						
					
					
						commit
						7f69414927
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue