From f540e43b9db8a507e1afa83a66b059aff7c965f2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Feb 2024 12:29:27 +0100 Subject: examples: use present tense in comments remove "will" and some other word fixes Closes #13003 --- docs/examples/multi-debugcallback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/multi-debugcallback.c') 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); -- cgit v1.2.3