substitute: Fix typo in 'open-connection-for-uri/cached' docstring.
* guix/scripts/substitute.scm (open-connection-for-uri/cached): Fix docstring.
This commit is contained in:
parent
48329575c8
commit
bcbf9713da
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ authorized substitutes."
|
||||||
When FRESH? is true, delete any cached connections for URI and open a new one.
|
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.
|
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
|
connection establishment. When VERIFY-CERTIFICATE? is true, verify HTTPS
|
||||||
server certificates."
|
server certificates."
|
||||||
(define host (uri-host uri))
|
(define host (uri-host uri))
|
||||||
|
|
Reference in a new issue