1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

typo: fix invalid

This commit is contained in:
Zdenek Kabelac 2017-10-25 19:39:25 +02:00
parent 0e7edd1d24
commit 0a0cc696ca

View File

@ -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;
}