From 89756e87ee26a7f5a732201aa2e40f83ed7218ca Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 9 May 2023 19:13:19 +0200 Subject: [PATCH] CURLOPT_DNS_CACHE_TIMEOUT.3: fix spelling Follow-up to 9ed7d56e044f5aa1b29 Closes #11096 --- docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 b/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 index e841f74f66..1c60f5b26c 100644 --- a/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 +++ b/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 @@ -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 -- 2.47.3