]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/TLS-SESSIONS: fix typo, the->they
authorYedaya Katsman <yedaya.ka@gmail.com>
Mon, 20 Jan 2025 19:58:35 +0000 (21:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2025 08:23:26 +0000 (09:23 +0100)
Closes #16057

docs/internals/TLS-SESSIONS.md

index 47167ba6c50c1238067a6f7f0a0cbf1178b8f9ad..26fac5c784f7b2ff9c5f08ec004359b1c53d71c0 100644 (file)
@@ -59,7 +59,7 @@ One important thing: peer keys do not contain confidential information. If you
 configure a client certificate or SRP authentication with username/password,
 these are not part of the peer key.
 
-However, peer keys carry the hostnames you use curl for. The *do*
+However, peer keys carry the hostnames you use curl for. They *do*
 leak the privacy of your communication. We recommend to *not* persist
 peer keys for this reason.