1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

cleanup: fix typo in error message

yes -> yet
This commit is contained in:
Zdenek Kabelac 2012-10-19 13:57:22 +02:00
parent c7c53ad41d
commit bc7d3b74f1

View File

@ -53,7 +53,7 @@ static int lvchange_permission(struct cmd_context *cmd,
if (!(lv_access & LVM_WRITE) && lv_is_thin_pool(lv)) {
log_error("Change permissions of thin pool \"%s\" not "
"yes supported.", lv->name);
"yet supported.", lv->name);
return 0;
}