diff options
author | Daniel Stenberg <daniel@haxx.se> | 2025-05-30 10:27:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2025-05-30 11:38:35 +0200 |
commit | bdb7d8b004578d4e3906896eb290a80f6e9ebb75 (patch) | |
tree | 3d5d612fa6236b02e29245398d19ba64dfdf694a /docs/examples/multithread.c | |
parent | 7a14898264e9aa48f7f84f631288d728cade5d57 (diff) |
spelling: 'a' vs 'an'
Closes #17487
Diffstat (limited to 'docs/examples/multithread.c')
-rw-r--r-- | docs/examples/multithread.c | 2 |
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 |