summaryrefslogtreecommitdiff
path: root/lib/commands
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2013-05-15 01:50:42 +0100
committerAlasdair G Kergon <agk@redhat.com>2013-05-15 01:50:42 +0100
commit2fbe1e6e00fc59f54ae11c19d51f2d7fc8425b16 (patch)
tree4ed767a467996787547af53e19a5c85221721795 /lib/commands
parent2e4a66a7617de57cbf8462bdd1e555aef0b13c47 (diff)
downloadlvm2-2fbe1e6e00fc59f54ae11c19d51f2d7fc8425b16.tar.gz
rephrasing: miscellaneous changes
Miscellaneous changes to messages, man pages, comments and WHATS_NEW.
Diffstat (limited to 'lib/commands')
-rw-r--r--lib/commands/toolcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commands/toolcontext.c b/lib/commands/toolcontext.c
index 2ea877ad2..5c1719b5d 100644
--- a/lib/commands/toolcontext.c
+++ b/lib/commands/toolcontext.c
@@ -428,7 +428,7 @@ static int _process_config(struct cmd_context *cmd)
if (find_config_tree_int(cmd, global_locking_type_CFG) == 3 &&
find_config_tree_bool(cmd, global_use_lvmetad_CFG)) {
- log_warn("WARNING: configuration setting use_lvmetad overriden to 0 due to locking_type 3. "
+ log_warn("WARNING: configuration setting use_lvmetad overridden to 0 due to locking_type 3. "
"Clustered environment not supported by lvmetad yet.");
lvmetad_set_active(0);
} else