]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
h2h3: fix typo
authorJay Satiro <raysatiro@yahoo.com>
Tue, 1 Mar 2022 18:09:02 +0000 (13:09 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 1 Mar 2022 18:09:02 +0000 (13:09 -0500)
Bug: https://github.com/curl/curl/issues/8381#issuecomment-1055440241
Reported-by: Michael Kaufmann
lib/h2h3.c

index 341a3caa75d250a700fced61d1a0c883d99e8273..cf8d156945d482425aaa2d94579621d82e257e70 100644 (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)