From 4bd91bc4742dbf194dd7a63519aa1ed32e4db47d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 3 Jun 2018 12:14:45 +0000 Subject: spelling fixes Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL. --- docs/examples/threaded-shared-conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/threaded-shared-conn.c') diff --git a/docs/examples/threaded-shared-conn.c b/docs/examples/threaded-shared-conn.c index ab5ac406d..e238b952e 100644 --- a/docs/examples/threaded-shared-conn.c +++ b/docs/examples/threaded-shared-conn.c @@ -107,7 +107,7 @@ static void *run_thread(void *ptr) curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_db); curl_easy_perform(curl); /* ignores error */ curl_easy_cleanup(curl); - fprintf(stderr, "Tread %d transfer %d\n", u->threadno, i); + fprintf(stderr, "Thread %d transfer %d\n", u->threadno, i); } return NULL; -- cgit v1.2.3