[master] 04ad2c8 Grammar

Federico G. Schwindt fgsch at lodoss.net
Wed Jun 24 18:04:23 CEST 2015


commit 04ad2c8f7394b782d37780e190e388fc02de1873
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed Jun 24 16:50:48 2015 +0100

    Grammar

diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index 60a0c4e..9c07c55 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -435,8 +435,8 @@ struct parspec mgt_parspec[] = {
 		NULL },
 	{ "vcl_cooldown", tweak_timeout, &mgt_param.vcl_cooldown,
 		"0", NULL,
-		"How long time a VCL is kept warm after being replaced as the"
-		" active VCL.  (Granularity approximately 30 seconds.)",
+		"How long a VCL is kept warm after being replaced as the"
+		" active VCL (granularity approximately 30 seconds).",
 		0,
 		"600", "seconds" },
 	{ "vcc_err_unref", tweak_bool, &mgt_vcc_err_unref,



More information about the varnish-commit mailing list