h2h3: fix typo

Bug: https://github.com/curl/curl/issues/8381#issuecomment-1055440241
Reported-by: Michael Kaufmann
This commit is contained in:
Jay Satiro 2022-03-01 13:09:02 -05:00
parent 0aa9ea99d2
commit 592f114c67

View File

@ -192,7 +192,7 @@ CURLcode Curl_pseudo_headers(struct Curl_easy *data,
while(*vptr && ISSPACE(*vptr))
vptr++;
nva[2].value = vptr;
infof(data, "set pseduo header %s to %s", H2H3_PSEUDO_SCHEME, vptr);
infof(data, "set pseudo header %s to %s", H2H3_PSEUDO_SCHEME, vptr);
}
else {
if(conn->handler->flags & PROTOPT_SSL)