guix-commits
[Top][All Lists]
Advanced

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

01/02: substitute: Fix typo in 'open-connection-for-uri/cached' docstrin


From: guix-commits
Subject: 01/02: substitute: Fix typo in 'open-connection-for-uri/cached' docstring.
Date: Mon, 5 Dec 2022 09:52:25 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit bcbf9713dae06e01d97ff61bc87a9f4d91571bac
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 5 14:50:34 2022 +0100

    substitute: Fix typo in 'open-connection-for-uri/cached' docstring.
    
    * guix/scripts/substitute.scm (open-connection-for-uri/cached):
    Fix docstring.
---
 guix/scripts/substitute.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm
index cf59db4315..0efa61b0d7 100755
--- a/guix/scripts/substitute.scm
+++ b/guix/scripts/substitute.scm
@@ -366,7 +366,7 @@ authorized substitutes."
 When FRESH? is true, delete any cached connections for URI and open a new one.
 Return #f if URI's scheme is 'file' or #f.
 
-When true, TIMEOUT is the maximum number of milliseconds to wait for
+When true, TIMEOUT is the maximum number of seconds to wait for
 connection establishment.  When VERIFY-CERTIFICATE? is true, verify HTTPS
 server certificates."
       (define host (uri-host uri))



reply via email to

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