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:
parent
c7c53ad41d
commit
bc7d3b74f1
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user