summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2015-04-29 00:20:18 +0200
committerOndrej Kozina <okozina@redhat.com>2015-05-07 15:50:29 +0200
commit9e31cd5762bbc4ba19a23194862d2b949593e654 (patch)
tree36b8f953bd6d09e7b3050bf056c1d644aa4be528
parentf8b5a905cab68a2e188b6efe7b1d6e472a1aac93 (diff)
downloadlvm2-9e31cd5762bbc4ba19a23194862d2b949593e654.tar.gz
fix typos in lvmpolld description
-rw-r--r--conf/example.conf.in4
-rw-r--r--lib/config/config_settings.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index c0c6deb83..e16aa7f49 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -939,11 +939,11 @@ global {
# This configuration option does not have a default value defined.
# system_id_file = ""
- # Indicates whether use lvmpolld instead of classical polldaemon (a process
+ # Indicates whether to use lvmpolld instead of classical polldaemon (a process
# forked off an initiating lvm command) or not. When set to 1 and native systemd
# service is installed in the system lvm starts using lvmpolld. lvmpolld gets
# auto-activated by systemd when a message lands on the respective lvmpolld socket.
- # All commands that would require polling of in-progress operation are therefor
+ # All commands that would require polling of in-progress operation are therefore
# spawned in lvmpolld's service cgroup.
#
# When set to 0 lvm falls back to classical polling.
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index 62e8ce0b6..59a7c1ca8 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -925,7 +925,7 @@ cfg(global_use_lvmpolld_CFG, "use_lvmpolld", global_CFG_SECTION, 0, CFG_TYPE_BOO
"forked off an initiating lvm command) or not. When set to 1 and native systemd\n"
"service is installed in the system lvm starts using lvmpolld. lvmpolld gets\n"
"auto-activated by systemd when a message lands on the respective lvmpolld socket.\n"
- "All commands that would require polling of in-progress operation are therefor\n"
+ "All commands that would require polling of in-progress operation are therefore\n"
"spawned in lvmpolld's service cgroup.\n"
"When set to 0 lvm falls back to classical polling.\n")