Commit 882aface authored by Federico G. Schwindt's avatar Federico G. Schwindt

Spelling

parent 1d5e5f05
...@@ -138,7 +138,7 @@ mcf_addpar(struct parspec *ps) ...@@ -138,7 +138,7 @@ mcf_addpar(struct parspec *ps)
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------
* Wrap the text nicely. * Wrap the text nicely.
* Lines are allowed to contain to TABS and we render that as a table * Lines are allowed to contain two TABS and we render that as a table
* taking the width of the first column into account. * taking the width of the first column into account.
*/ */
......
...@@ -238,7 +238,7 @@ struct parspec VSL_parspec[] = { ...@@ -238,7 +238,7 @@ struct parspec VSL_parspec[] = {
{ "vsl_mask", tweak_vsl_mask, NULL, NULL, NULL, { "vsl_mask", tweak_vsl_mask, NULL, NULL, NULL,
"Mask individual VSL messages from being logged.\n" "Mask individual VSL messages from being logged.\n"
"\tdefault\tSet default value\n" "\tdefault\tSet default value\n"
"\nUse +/- prefixe in front of VSL tag name, to mask/unmask " "\nUse +/- prefix in front of VSL tag name, to mask/unmask "
"individual VSL messages.", "individual VSL messages.",
0, "default", "" }, 0, "default", "" },
{ "debug", tweak_debug, NULL, NULL, NULL, { "debug", tweak_debug, NULL, NULL, NULL,
......
...@@ -207,7 +207,7 @@ struct parspec mgt_parspec[] = { ...@@ -207,7 +207,7 @@ struct parspec mgt_parspec[] = {
{ "nuke_limit", { "nuke_limit",
tweak_uint, &mgt_param.nuke_limit, tweak_uint, &mgt_param.nuke_limit,
"0", NULL, "0", NULL,
"Maximum number of objects we attempt to nuke in order" "Maximum number of objects we attempt to nuke in order "
"to make space for a object body.", "to make space for a object body.",
EXPERIMENTAL, EXPERIMENTAL,
"50", "allocations" }, "50", "allocations" },
......
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