Skip to content

Commit

Permalink
vtls: fix typo in vtls_int.h
Browse files Browse the repository at this point in the history
paramter -> parameter

Closes: curl#9996
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
  • Loading branch information
eltociear authored and danielgustafsson committed Nov 28, 2022
1 parent 42aa4e1 commit ae99ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vtls/vtls_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct ssl_connect_data {
int port; /* remote port at origin */
struct ssl_backend_data *backend; /* vtls backend specific props */
struct Curl_easy *call_data; /* data handle used in current call,
* same as paramter passed, but available
* same as parameter passed, but available
* here for backend internal callbacks
* that need it. NULLed after at the
* end of each vtls filter invcocation. */
Expand Down

0 comments on commit ae99ac6

Please sign in to comment.