summaryrefslogtreecommitdiff
path: root/docs/examples/multithread.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2025-05-30 10:27:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2025-05-30 11:38:35 +0200
commitbdb7d8b004578d4e3906896eb290a80f6e9ebb75 (patch)
tree3d5d612fa6236b02e29245398d19ba64dfdf694a /docs/examples/multithread.c
parent7a14898264e9aa48f7f84f631288d728cade5d57 (diff)
spelling: 'a' vs 'an'
Closes #17487
Diffstat (limited to 'docs/examples/multithread.c')
-rw-r--r--docs/examples/multithread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c
index 3b500c765..7978419bd 100644
--- a/docs/examples/multithread.c
+++ b/docs/examples/multithread.c
@@ -35,7 +35,7 @@
/*
List of URLs to fetch.
- If you intend to use a SSL-based protocol here you might need to setup TLS
+ If you intend to use an SSL-based protocol here you might need to setup TLS
library mutex callbacks as described here:
https://curl.se/libcurl/c/threadsafe.html