summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-10-25 19:39:25 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2017-10-25 22:02:24 +0200
commit0a0cc696cafd36ee5cd69e15bb4502eb1be22b86 (patch)
tree7c2af12423f6f33936b3c66e2fe2244cbbebe61f
parent0e7edd1d2438bab5d08a8d3db47c082d9c4e0b12 (diff)
downloadlvm2-0a0cc696cafd36ee5cd69e15bb4502eb1be22b86.tar.gz
typo: fix invalid
-rw-r--r--tools/lvconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 390a784c5..aa61f73a9 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -1949,7 +1949,7 @@ static int _lvconvert_snapshot(struct cmd_context *cmd,
(lv_is_mirror_type(org) && !lv_is_mirror(org)) ||
(lv_is_raid_type(org) && !lv_is_raid(org)) ||
lv_is_cow(org)) {
- log_error("Unable to use LV %s as snapshot origin: invald LV type.",
+ log_error("Unable to use LV %s as snapshot origin: invalid LV type.",
display_lvname(lv));
return 0;
}