[master] 478c664 fix old typo

Nils Goroll nils.goroll at uplex.de
Fri Sep 9 18:03:13 CEST 2016


commit 478c664fa33751df5011d80635d1ec359ff25507
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Sep 9 18:01:36 2016 +0200

    fix old typo
    
    thanks to @dridi for the dictionary lookup

diff --git a/bin/varnishd/mgt/mgt_pool.c b/bin/varnishd/mgt/mgt_pool.c
index 7f0e78f..1e75953 100644
--- a/bin/varnishd/mgt/mgt_pool.c
+++ b/bin/varnishd/mgt/mgt_pool.c
@@ -91,7 +91,7 @@ struct parspec WRK_parspec[] = {
 		"worker pools may be required.\n"
 		"\n"
 		"Too many pools waste CPU and RAM resources, and more than one "
-		"pool for each CPU is most likely detrimal to performance.\n"
+		"pool for each CPU is most likely detrimental to performance.\n"
 		"\n"
 		"Can be increased on the fly, but decreases require a "
 		"restart to take effect.",
diff --git a/include/tbl/params.h b/include/tbl/params.h
index b2b3320..71e2949 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1197,7 +1197,7 @@ PARAM(
 	"worker pools may be required.\n"
 	"\n"
 	"Too many pools waste CPU and RAM resources, and more than one "
-	"pool for each CPU is most likely detrimal to performance.\n"
+	"pool for each CPU is most likely detrimental to performance.\n"
 	"\n"
 	"Can be increased on the fly, but decreases require a restart to "
 	"take effect.",



More information about the varnish-commit mailing list