1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00

Fix "it's" typo to be "its" in lvconvert error message.

This commit is contained in:
Mike Snitzer 2010-11-28 18:37:33 +00:00
parent 964916f8f3
commit a2f5ce8181

View File

@ -1572,7 +1572,7 @@ static int _lvconvert_single(struct cmd_context *cmd, struct logical_volume *lv,
return ECMD_FAILED;
}
if (!lvconvert_merge(cmd, lv, lp)) {
log_error("Unable to merge LV \"%s\" into it's origin.", lv->name);
log_error("Unable to merge LV \"%s\" into its origin.", lv->name);
return ECMD_FAILED;
}
} else if (lp->snapshot) {