mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
typo: fix invalid
This commit is contained in:
parent
0e7edd1d24
commit
0a0cc696ca
@ -1949,7 +1949,7 @@ static int _lvconvert_snapshot(struct cmd_context *cmd,
|
|||||||
(lv_is_mirror_type(org) && !lv_is_mirror(org)) ||
|
(lv_is_mirror_type(org) && !lv_is_mirror(org)) ||
|
||||||
(lv_is_raid_type(org) && !lv_is_raid(org)) ||
|
(lv_is_raid_type(org) && !lv_is_raid(org)) ||
|
||||||
lv_is_cow(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));
|
display_lvname(lv));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user