]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: SSLCERTS: fix English syntax
authorDan Kenigsberg <danken@redhat.com>
Fri, 28 Aug 2020 11:26:30 +0000 (14:26 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 28 Aug 2020 11:39:09 +0000 (13:39 +0200)
Signed-off-by: Dan Kenigsberg <danken@redhat.com>
Closes #5876

docs/SSLCERTS.md

index 39170d08506c3eed13e37d3a8e2f24a9b4fab58e..c991f67dd12d0de36d77bfb4772672381ae6d2e5 100644 (file)
@@ -60,8 +60,8 @@ server, do one of the following:
     With the curl command line tool: --cacert [file]
 
  3. Add the CA cert for your server to the existing default CA certificate
-    store. The default CA certificate store can changed at compile time with the
-    following configure options:
+    store. The default CA certificate store can be changed at compile time with
+    the following configure options:
 
     --with-ca-bundle=FILE: use the specified file as CA certificate store. CA
     certificates need to be concatenated in PEM format into this file.