]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
vtls: fix typo in vtls_int.h
authorIkko Ashimine <eltociear@gmail.com>
Mon, 28 Nov 2022 17:54:13 +0000 (02:54 +0900)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 28 Nov 2022 18:51:22 +0000 (19:51 +0100)
paramter -> parameter

Closes: #9996
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
lib/vtls/vtls_int.h

index e2dc34f1d204509c643cb47404ab8d79364ffaa4..6710a2b559b98f16392980e72d9e773e7f30b472 100644 (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. */