From 4555f9a58a2d67c87ce57842b3efc68792f65812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 15 Nov 2025 20:15:32 +0100 Subject: [PATCH] core: fix typo in comment --- src/core/core-url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core-url.c b/src/core/core-url.c index fcb76e256..71a866fe3 100644 --- a/src/core/core-url.c +++ b/src/core/core-url.c @@ -994,7 +994,7 @@ weeurl_set_proxy (CURL *curl, struct t_proxy *proxy) * 2: error downloading URL * 3: not enough memory * 4: file error - * 5: transfer stopped by the called + * 5: transfer stopped by the caller * 6: transfer timeout */