documentation: Fix several typos

Closes #3724
Reviewed-by: Jakub Zakrzewski
Reviewed-by: Daniel Gustafsson
This commit is contained in:
Tim Rühsen 2019-04-03 17:16:18 +02:00 committed by Daniel Gustafsson
parent 6227e2bd07
commit 7b758e9835
6 changed files with 6 additions and 6 deletions

View file

@ -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)