summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-10-19 09:59:05 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2015-10-19 09:59:05 +0200
commit23d9b17a7b06d8e6f89b2c3e9ef9f59462436458 (patch)
tree8ee4edd09b2c210bbe222aca58e36ea078e2977c
parentc3bfe07f2ad393963af5b7138bccc622e6561c8f (diff)
downloadlvm2-23d9b17a7b06d8e6f89b2c3e9ef9f59462436458.tar.gz
cleanup: typo in comment: compact_output_fields should be compact-output_cols
-rw-r--r--conf/example.conf.in2
-rw-r--r--lib/config/config_settings.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index e1afed6f0..dddede08d 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1505,7 +1505,7 @@ activation {
# Do not print empty values for given report fields.
# The same as compact_output setting, but the compaction is not done
# globally for all fields in report but only for given fields. If both
- # compact_output and compact_output_fields is used at the same time,
+ # compact_output and compact_output_cols is used at the same time,
# the compact_output setting prevails.
# This configuration option has an automatic default value.
# compact_output_cols = ""
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index cefc5799b..1a261a23f 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -1425,7 +1425,7 @@ cfg(report_compact_output_cols_CFG, "compact_output_cols", report_CFG_SECTION, C
"Do not print empty values for given report fields.\n"
"The same as compact_output setting, but the compaction is not done\n"
"globally for all fields in report but only for given fields. If both\n"
- "compact_output and compact_output_fields is used at the same time,\n"
+ "compact_output and compact_output_cols is used at the same time,\n"
"the compact_output setting prevails.\n")
cfg(report_aligned_CFG, "aligned", report_CFG_SECTION, CFG_PROFILABLE | CFG_DEFAULT_COMMENTED, CFG_TYPE_BOOL, DEFAULT_REP_ALIGNED, vsn(1, 0, 0), NULL, 0, NULL,