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