diff --git a/MANUAL.html b/MANUAL.html
index 76b71a9b4..f6d17fff1 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -15285,7 +15285,7 @@ export NO_PROXY=$no_proxy
mkdir -p /etc/ssl/certs/
curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt
ntpclient -s -h pool.ntp.org
-The two environment variables SSL_CERT_FILE
and SSL_CERT_DIR
, mentioned in the x509 pacakge, provide an additional way to provide the SSL root certificates.
+The two environment variables SSL_CERT_FILE
and SSL_CERT_DIR
, mentioned in the x509 package, provide an additional way to provide the SSL root certificates.
Note that you may need to add the --insecure
option to the curl
command line if it doesn’t work without.
curl --insecure -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt
Rclone gives Failed to load config file: function not implemented error
diff --git a/MANUAL.md b/MANUAL.md
index 0f8c4f46e..1bcdfff5b 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -20626,7 +20626,7 @@ curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bag
ntpclient -s -h pool.ntp.org
```
-The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 pacakge](https://godoc.org/crypto/x509),
+The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 package](https://godoc.org/crypto/x509),
provide an additional way to provide the SSL root certificates.
Note that you may need to add the `--insecure` option to the `curl` command line if it doesn't work without.
diff --git a/MANUAL.txt b/MANUAL.txt
index 04a7ceaa4..7165cb195 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -20570,7 +20570,7 @@ time which is important for SSL to work properly.
ntpclient -s -h pool.ntp.org
The two environment variables SSL_CERT_FILE and SSL_CERT_DIR, mentioned
-in the x509 pacakge, provide an additional way to provide the SSL root
+in the x509 package, provide an additional way to provide the SSL root
certificates.
Note that you may need to add the --insecure option to the curl command
diff --git a/docs/content/faq.md b/docs/content/faq.md
index 2e822948a..6bf793dea 100644
--- a/docs/content/faq.md
+++ b/docs/content/faq.md
@@ -145,7 +145,7 @@ curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bag
ntpclient -s -h pool.ntp.org
```
-The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 pacakge](https://godoc.org/crypto/x509),
+The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in the [x509 package](https://godoc.org/crypto/x509),
provide an additional way to provide the SSL root certificates.
Note that you may need to add the `--insecure` option to the `curl` command line if it doesn't work without.
diff --git a/rclone.1 b/rclone.1
index 452298429..26ccf166b 100644
--- a/rclone.1
+++ b/rclone.1
@@ -28811,7 +28811,7 @@ ntpclient\ \-s\ \-h\ pool.ntp.org
.PP
The two environment variables \f[C]SSL_CERT_FILE\f[] and
\f[C]SSL_CERT_DIR\f[], mentioned in the x509
-pacakge (https://godoc.org/crypto/x509), provide an additional way to
+package (https://godoc.org/crypto/x509), provide an additional way to
provide the SSL root certificates.
.PP
Note that you may need to add the \f[C]\-\-insecure\f[] option to the