[4.1] d0220de fix old typo
PÃ¥l Hermunn Johansen
hermunn at varnish-software.com
Tue Sep 13 13:07:11 CEST 2016
commit d0220defd5daa000b2d566fbbe127ebef1f84708
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 75195bc..54407d0 100644
--- a/bin/varnishd/mgt/mgt_pool.c
+++ b/bin/varnishd/mgt/mgt_pool.c
@@ -100,7 +100,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 951574d..d1da313 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