[master] 4f61b35 Fix typo

Guillaume Quintard guillaume at varnish-software.com
Wed Jul 27 16:11:11 CEST 2016


commit 4f61b35514217b5a7d7e5a74c3683b27e7dad8b6
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Wed Jul 27 16:10:04 2016 +0200

    Fix typo

diff --git a/bin/varnishd/mgt/mgt_pool.c b/bin/varnishd/mgt/mgt_pool.c
index 398e468..327a4c2 100644
--- a/bin/varnishd/mgt/mgt_pool.c
+++ b/bin/varnishd/mgt/mgt_pool.c
@@ -140,7 +140,7 @@ struct parspec WRK_parspec[] = {
 		"Set this to a few milliseconds if you see the "
 		"'threads_failed' counter grow too much.\n"
 		"\n"
-		"Setting this too high results in insuffient worker threads.",
+		"Setting this too high results in insufficient worker threads.",
 		EXPERIMENTAL,
 		"0", "seconds" },
 	{ "thread_pool_fail_delay",
diff --git a/include/tbl/params.h b/include/tbl/params.h
index 61eca89..06ef16f 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1061,7 +1061,7 @@ PARAM(
 	"creating threads.\n"
 	"Set this to a few milliseconds if you see the 'threads_failed' "
 	"counter grow too much.\n"
-	"Setting this too high results in insuffient worker threads.",
+	"Setting this too high results in insufficient worker threads.",
 	/* l-text */	"",
 	/* func */	NULL
 )



More information about the varnish-commit mailing list