Skip to content

Commit

Permalink
libcurl/options/info.md: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 28, 2023
1 parent 3be07f2 commit 2bee136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcurl/options/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ An application can ask libcurl for the name of the `CURLOPT_VERBOSE` option
like this:

const struct curl_easyoption *opt =
curl_easy_option_by_id(CURLOP_VERBOSE);
curl_easy_option_by_id(CURLOPT_VERBOSE);
if(opt) {
printf("This option has the name: %s\n", opt->name);
}
Expand Down

0 comments on commit 2bee136

Please sign in to comment.