[4.1] fd97e54 Spelling and typos
Federico G. Schwindt
fgsch at lodoss.net
Fri Sep 4 15:54:53 CEST 2015
commit fd97e5437715be80534013f7d8e06e89a1731b0a
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Thu Aug 6 10:45:26 2015 +0100
Spelling and typos
diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index fba9994..565328e 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -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" },
diff --git a/bin/varnishtop/varnishtop_options.h b/bin/varnishtop/varnishtop_options.h
index 42c1755..f3529a0 100644
--- a/bin/varnishtop/varnishtop_options.h
+++ b/bin/varnishtop/varnishtop_options.h
@@ -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``." \
)
diff --git a/doc/sphinx/reference/states.rst b/doc/sphinx/reference/states.rst
index 098e5a2..2f80f29 100644
--- a/doc/sphinx/reference/states.rst
+++ b/doc/sphinx/reference/states.rst
@@ -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
diff --git a/include/tbl/params.h b/include/tbl/params.h
index 71e9da4..36c1b0d 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -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
More information about the varnish-commit
mailing list