From: Ikko Ashimine Date: Mon, 28 Nov 2022 17:54:13 +0000 (+0900) Subject: vtls: fix typo in vtls_int.h X-Git-Tag: curl-7_87_0~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae99ac6ffbdd5eff51f5b98414b133e2dbd81d4a;p=thirdparty%2Fcurl.git vtls: fix typo in vtls_int.h paramter -> parameter Closes: #9996 Reviewed-by: Daniel Gustafsson --- diff --git a/lib/vtls/vtls_int.h b/lib/vtls/vtls_int.h index e2dc34f1d2..6710a2b559 100644 --- a/lib/vtls/vtls_int.h +++ b/lib/vtls/vtls_int.h @@ -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. */