vtls: fix typo in vtls_int.h

paramter -> parameter

Closes: #9996
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
Ikko Ashimine 2022-11-29 02:54:13 +09:00 committed by Daniel Gustafsson
parent 42aa4e1a70
commit ae99ac6ffb

View File

@ -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. */