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/unixsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/unixsocket.c') diff --git a/docs/examples/unixsocket.c b/docs/examples/unixsocket.c index 53c5fd2de..90c655917 100644 --- a/docs/examples/unixsocket.c +++ b/docs/examples/unixsocket.c @@ -53,7 +53,7 @@ int main(void) curl_easy_setopt(curl, CURLOPT_UNIX_SOCKET_PATH, PATH); #endif - /* Perform the request, res will get the return code */ + /* Perform the request, res gets the return code */ res = curl_easy_perform(curl); /* Check for errors */ if(res != CURLE_OK) -- cgit v1.2.3