diff --git a/src/nghttp.cc b/src/nghttp.cc index b58c5d04..625f0905 100644 --- a/src/nghttp.cc +++ b/src/nghttp.cc @@ -2398,7 +2398,7 @@ Options: Discard downloaded data. -O, --remote-name Save download data in the current directory. The - filename is dereived from URI. If URI ends with '/', + filename is derived from URI. If URI ends with '/', 'index.html' is used as a filename. Not implemented yet. -t, --timeout= diff --git a/src/shrpx.cc b/src/shrpx.cc index f95f6417..855df5f3 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -1213,7 +1213,7 @@ Performance: Set maximum number of backend concurrent HTTP/1 connections per origin host. This option is meaningful when -s option is used. The origin host is determined - by authority portion of requset URI (or :authority + by authority portion of request URI (or :authority header field for HTTP/2). To limit the number of connections per frontend for default mode, use --backend-http1-connections-per-frontend.