CURLOPT_DNS_CACHE_TIMEOUT.3: fix spelling

Follow-up to 9ed7d56e04

Closes #11096
This commit is contained in:
Daniel Stenberg 2023-05-09 19:13:19 +02:00
parent 8e6abece40
commit 89756e87ee
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -52,7 +52,7 @@ DNS entries have a "TTL" property but libcurl does not use that. This DNS
cache timeout is entirely speculative that a name will resolve to the same
address for a certain small amount of time into the future.
Since version 8.1.0, libcurl prunes entries from the DNS cache if it excceeds
Since version 8.1.0, libcurl prunes entries from the DNS cache if it exceeds
30,000 entries no matter which timeout value is used.
.SH DEFAULT
60