Commit 0e2200e2 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Spelling

parent 26baff9d
......@@ -86,7 +86,7 @@ enum sess_close {
};
/*--------------------------------------------------------------------
* Indicies into http->hd[]
* Indices into http->hd[]
*/
enum {
#define SLTH(tag, ind, req, resp, sdesc, ldesc) ind,
......
......@@ -147,7 +147,7 @@ usage(void)
printf("\nAdvanced/Dev/Debug options:\n");
printf(FMT, "-d", "debug mode");
printf(FMT, "", "Stay in forground, CLI on stdin.");
printf(FMT, "", "Stay in foreground, CLI on stdin.");
printf(FMT, "-C", "Output VCL code compiled to C language");
printf(FMT, "-V", "version");
printf(FMT, "-h kind[,options]", "Hash specification");
......
......@@ -113,7 +113,7 @@ int VSM_Attach(struct vsm *, int progress);
* Attach to the master process VSM segment, according to
* the 't' argument. If `progress_fd` is non-negative, a
* period ('.') will be output for each second waited, and if
* any periods were output, a NL ('\n') is outout before the
* any periods were output, a NL ('\n') is output before the
* function returns.
*
* Returns:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment