diff --git a/doc/nghttpx.h2r b/doc/nghttpx.h2r index 9f3cf66b..2d2f90d4 100644 --- a/doc/nghttpx.h2r +++ b/doc/nghttpx.h2r @@ -19,7 +19,7 @@ FILES ignored. To specify private key and certificate file which are given as - positional arguments in commnad-line, use ``private-key-file`` and + positional arguments in command-line, use ``private-key-file`` and ``certificate-file``. :option:`--conf` option cannot be used in the configuration file and diff --git a/examples/libevent-client.c b/examples/libevent-client.c index 4cda9b6f..af60fb3b 100644 --- a/examples/libevent-client.c +++ b/examples/libevent-client.c @@ -50,11 +50,11 @@ #define ARRLEN(x) (sizeof(x) / sizeof(x[0])) typedef struct { - /* The NULL-terminated URI string to retreive. */ + /* The NULL-terminated URI string to retrieve. */ const char *uri; /* Parsed result of the |uri| */ struct http_parser_url *u; - /* The authroity portion of the |uri|, not NULL-terminated */ + /* The authority portion of the |uri|, not NULL-terminated */ char *authority; /* The path portion of the |uri|, including query, not NULL-terminated */ diff --git a/src/h2load.cc b/src/h2load.cc index 8e1fa822..4c695334 100644 --- a/src/h2load.cc +++ b/src/h2load.cc @@ -1014,7 +1014,7 @@ Options: Number of native threads. Default: )" << config.nthreads << R"( -i, --input-file= - Path of a file with multiple URIs are seperated by EOLs. + Path of a file with multiple URIs are separated by EOLs. This option will disable URIs getting from command-line. If '-' is given as , URIs will be read from stdin. URIs are used in this order for each client. All URIs