mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:31:41 +03:00
vtls: fix typo in vtls_int.h
paramter -> parameter Closes: #9996 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
parent
42aa4e1a70
commit
ae99ac6ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue