summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-05-09 19:13:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-05-10 00:24:14 +0200
commit89756e87ee26a7f5a732201aa2e40f83ed7218ca (patch)
tree3b506669f6a38a6a5a91d77bb6932ccae4f0fa03
parent8e6abece403f162946d360c1871e2251f124a637 (diff)
downloadcurl-89756e87ee26a7f5a732201aa2e40f83ed7218ca.tar.gz
CURLOPT_DNS_CACHE_TIMEOUT.3: fix spelling
Follow-up to 9ed7d56e044f5aa1b29 Closes #11096
-rw-r--r--docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 b/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3
index e841f74f6..1c60f5b26 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