aboutsummaryrefslogtreecommitdiff
path: root/src/curl/curl.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:26:48 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:26:48 +0100
commit395cea2596aa14e88a97e665c860afdc67a4862a (patch)
tree596369af2371f05b7d0a40cb8fc74a2b3475708d /src/curl/curl.c
parentc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (diff)
downloadgnunet-395cea2596aa14e88a97e665c860afdc67a4862a.tar.gz
gnunet-395cea2596aa14e88a97e665c860afdc67a4862a.zip
more typos
Diffstat (limited to 'src/curl/curl.c')
-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