From ae99ac6ffbdd5eff51f5b98414b133e2dbd81d4a Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 29 Nov 2022 02:54:13 +0900 Subject: [PATCH] vtls: fix typo in vtls_int.h paramter -> parameter Closes: #9996 Reviewed-by: Daniel Gustafsson --- lib/vtls/vtls_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */