[master] 60a22cb Fix typo in parameter description

Tollef Fog Heen tfheen at varnish-cache.org
Thu Feb 3 13:15:34 CET 2011


commit 60a22cb1a6d58adf5e1f198a8bd0638b773ff72f
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu Feb 3 10:43:49 2011 +0100

    Fix typo in parameter description

diff --git a/bin/varnishd/mgt_param.c b/bin/varnishd/mgt_param.c
index 616b627..a2aa9b8 100644
--- a/bin/varnishd/mgt_param.c
+++ b/bin/varnishd/mgt_param.c
@@ -797,7 +797,7 @@ static const struct parspec input_parspec[] = {
 	{ "ban_lurker_sleep", tweak_timeout_double,
 		&master.ban_lurker_sleep, 0, UINT_MAX,
 		"How long time does the ban lurker thread sleeps between "
-		"successfull attempts to push the last item up the ban "
+		"successful attempts to push the last item up the ban "
 		" list.  It always sleeps a second when nothing can be done.\n"
 		"A value of zero disables the ban lurker.",
 		0,



More information about the varnish-commit mailing list