summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-05-07 17:14:14 +0200
committerLudovic Courtès <ludo@gnu.org>2021-05-07 17:14:14 +0200
commita242d2d2b2caf2f2bb5430506c9084756b966eca (patch)
treefb794073ec66802f5a1967219f32c3d18ae4ccca /NEWS
parent05614f792bfabbc33798863edd0bb67c744e9299 (diff)
downloadguile-a242d2d2b2caf2f2bb5430506c9084756b966eca.tar.gz
NEWS: Fix typos.
* NEWS: Fix typos in Guile 3.0.0 bit about #:verify-certificate?.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 622fce3cf..849c43931 100644
--- a/NEWS
+++ b/NEWS
@@ -872,9 +872,9 @@ incompatible change, core `iota' no longer accepts a negative count.
able to access content over TLS ("HTTPS") since Guile 2.2. However,
that support lacked important facilities, which are now available.
-First, these procedures now have a #:verify-certificates? parameter to
+First, these procedures now have a #:verify-certificate? parameter to
enable or disable the verification of X.509 server certificates. The
-new `x509-certificate-directory' SRFI-39 parameter specifies X.509
+new `x509-certificate-directory' SRFI-39 parameter specifies where X.509
certificates are searched for. Second, HTTPS proxies are now supported
(in addition to HTTP proxies) and the new `current-https-proxy'
parameter controls that. See "Web Client" in the manual for details.