mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:33:36 +03:00
documentation: Fix several typos
Closes #3724 Reviewed-by: Jakub Zakrzewski Reviewed-by: Daniel Gustafsson
This commit is contained in:
parent
6227e2bd07
commit
7b758e9835
6 changed files with 6 additions and 6 deletions
|
|
@ -970,7 +970,7 @@ static int on_header(nghttp2_session *session, const nghttp2_frame *frame,
|
|||
char *h;
|
||||
|
||||
if(!strcmp(":authority", (const char *)name)) {
|
||||
/* psuedo headers are lower case */
|
||||
/* pseudo headers are lower case */
|
||||
int rc = 0;
|
||||
char *check = aprintf("%s:%d", conn->host.name, conn->remote_port);
|
||||
if(!check)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue