[master] 882afac Spelling

Federico G. Schwindt fgsch at lodoss.net
Wed Jan 6 00:47:17 CET 2016


commit 882aface1e660e5038b30eef72ccc1fee68d3bd4
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Jan 5 23:26:23 2016 +0000

    Spelling

diff --git a/bin/varnishd/mgt/mgt_param.c b/bin/varnishd/mgt/mgt_param.c
index 908643f..0ee9397 100644
--- a/bin/varnishd/mgt/mgt_param.c
+++ b/bin/varnishd/mgt/mgt_param.c
@@ -138,7 +138,7 @@ mcf_addpar(struct parspec *ps)
 
 /*--------------------------------------------------------------------
  * Wrap the text nicely.
- * Lines are allowed to contain to TABS and we render that as a table
+ * Lines are allowed to contain two TABS and we render that as a table
  * taking the width of the first column into account.
  */
 
diff --git a/bin/varnishd/mgt/mgt_param_bits.c b/bin/varnishd/mgt/mgt_param_bits.c
index 4713ac6..100d961 100644
--- a/bin/varnishd/mgt/mgt_param_bits.c
+++ b/bin/varnishd/mgt/mgt_param_bits.c
@@ -238,7 +238,7 @@ struct parspec VSL_parspec[] = {
 	{ "vsl_mask", tweak_vsl_mask, NULL, NULL, NULL,
 		"Mask individual VSL messages from being logged.\n"
 		"\tdefault\tSet default value\n"
-		"\nUse +/- prefixe in front of VSL tag name, to mask/unmask "
+		"\nUse +/- prefix in front of VSL tag name, to mask/unmask "
 		"individual VSL messages.",
 		0, "default", "" },
 	{ "debug", tweak_debug, NULL, NULL, NULL,
diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index 129300f..3a6239b 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -207,7 +207,7 @@ struct parspec mgt_parspec[] = {
 	{ "nuke_limit",
 		tweak_uint, &mgt_param.nuke_limit,
 		"0", NULL,
-		"Maximum number of objects we attempt to nuke in order"
+		"Maximum number of objects we attempt to nuke in order "
 		"to make space for a object body.",
 		EXPERIMENTAL,
 		"50", "allocations" },



More information about the varnish-commit mailing list