aboutsummaryrefslogtreecommitdiff
path: root/src/curl
diff options
context:
space:
mode:
Diffstat (limited to 'src/curl')
-rw-r--r--src/curl/curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index d89c97176..65e1a7183 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -545,7 +545,7 @@ GNUNET_CURL_job_add_raw (struct GNUNET_CURL_Context *ctx,
545 * @param ctx context to execute the job in 545 * @param ctx context to execute the job in
546 * @param eh curl easy handle for the request, will be executed AND 546 * @param eh curl easy handle for the request, will be executed AND
547 * cleaned up. NOTE: the handle should _never_ have gotten 547 * cleaned up. NOTE: the handle should _never_ have gotten
548 * any headers list, as that would then be ovverridden by 548 * any headers list, as that would then be overridden by
549 * @a jcc. Therefore, always pass custom headers as the 549 * @a jcc. Therefore, always pass custom headers as the
550 * @a job_headers parameter. 550 * @a job_headers parameter.
551 * @param job_headers extra headers to add for this request 551 * @param job_headers extra headers to add for this request