Commit 4f61b355 authored by Guillaume Quintard's avatar Guillaume Quintard

Fix typo

parent b99c4686
...@@ -140,7 +140,7 @@ struct parspec WRK_parspec[] = { ...@@ -140,7 +140,7 @@ struct parspec WRK_parspec[] = {
"Set this to a few milliseconds if you see the " "Set this to a few milliseconds if you see the "
"'threads_failed' counter grow too much.\n" "'threads_failed' counter grow too much.\n"
"\n" "\n"
"Setting this too high results in insuffient worker threads.", "Setting this too high results in insufficient worker threads.",
EXPERIMENTAL, EXPERIMENTAL,
"0", "seconds" }, "0", "seconds" },
{ "thread_pool_fail_delay", { "thread_pool_fail_delay",
......
...@@ -1061,7 +1061,7 @@ PARAM( ...@@ -1061,7 +1061,7 @@ PARAM(
"creating threads.\n" "creating threads.\n"
"Set this to a few milliseconds if you see the 'threads_failed' " "Set this to a few milliseconds if you see the 'threads_failed' "
"counter grow too much.\n" "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 */ "", /* l-text */ "",
/* func */ NULL /* func */ NULL
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment