From e2b0df3f18773858108ecb64000d583780196a5e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 11 Oct 2023 08:36:50 +0200 Subject: [PATCH] CVE-2023-38546.md: fix typo --- docs/CVE-2023-38546.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CVE-2023-38546.md b/docs/CVE-2023-38546.md index 87b6c91959..cf7e2bde9a 100644 --- a/docs/CVE-2023-38546.md +++ b/docs/CVE-2023-38546.md @@ -13,7 +13,7 @@ using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. -libcurl provides a function call that duplicates en easy handle called +libcurl provides a function call that duplicates an easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the