Commit fd97e543 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Spelling and typos

parent 093b1123
......@@ -178,7 +178,7 @@ struct parspec mgt_parspec[] = {
{ "timeout_idle", tweak_timeout, &mgt_param.timeout_idle,
"0", NULL,
"Idle timeout for client connections.\n"
"A connection is considered idle, until we have"
"A connection is considered idle, until we have "
"received the full request headers.",
0,
"5", "seconds" },
......
......@@ -33,7 +33,7 @@
#define TOP_OPT_1 \
VOPT("1", "[-1]", "Run once", \
"Instead of a continously updated display, print the" \
"Instead of a continuously updated display, print the" \
" statistics once and exit. Implies ``-d``." \
)
......
......@@ -21,7 +21,7 @@ into the respective VCL subroutine. These can then be modified from
VCL where necessary.
The following graphs attempt to provide an overview over the
processing states, their transisions and the most relevant functions
processing states, their transitions and the most relevant functions
in core code. They represent a compromise between usefulness for
core/VMOD developers and administrators and are intended to serve as
the reference basis for deriavtive work, such as more VCL-centric
......
......@@ -1232,7 +1232,7 @@ PARAM(
/* flags */ 00,
/* s-text */
"Idle timeout for client connections.\n"
"A connection is considered idle, until we havereceived the full "
"A connection is considered idle, until we have received the full "
"request headers.\n",
/* l-text */ "",
/* func */ NULL
......
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