summaryrefslogtreecommitdiff
path: root/docs/examples/multi-debugcallback.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2024-02-27 12:29:27 +0100
committerDaniel Stenberg <daniel@haxx.se>2024-02-27 16:19:43 +0100
commitf540e43b9db8a507e1afa83a66b059aff7c965f2 (patch)
treedd2777059fc13349dc88ff362520efa2e353363b /docs/examples/multi-debugcallback.c
parent6e494a2390702048e00e71e202e6210a8486c200 (diff)
examples: use present tense in comments
remove "will" and some other word fixes Closes #13003
Diffstat (limited to 'docs/examples/multi-debugcallback.c')
-rw-r--r--docs/examples/multi-debugcallback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multi-debugcallback.c b/docs/examples/multi-debugcallback.c
index 10842e950..2feb214d5 100644
--- a/docs/examples/multi-debugcallback.c
+++ b/docs/examples/multi-debugcallback.c
@@ -133,7 +133,7 @@ int main(void)
http_handle = curl_easy_init();
- /* set the options (I left out a few, you will get the point anyway) */
+ /* set the options (I left out a few, you get the point anyway) */
curl_easy_setopt(http_handle, CURLOPT_URL, "https://www.example.com/");
curl_easy_setopt(http_handle, CURLOPT_DEBUGFUNCTION, my_trace);