diff options
Diffstat (limited to 'docs/examples/websocket.c')
-rw-r--r-- | docs/examples/websocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/websocket.c b/docs/examples/websocket.c index dbcd044f5..039b4f8b9 100644 --- a/docs/examples/websocket.c +++ b/docs/examples/websocket.c @@ -113,7 +113,7 @@ int main(void) curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, 2L); /* websocket style */ - /* 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) |