mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Fix typo: premitted -> permitted
Signed-off-by: Takahiro Yasui<tyasui@redhat.com>
This commit is contained in:
parent
b6c8580d4d
commit
99cd5c7098
@ -627,7 +627,7 @@ int vgchange(struct cmd_context *cmd, int argc, char **argv)
|
||||
|
||||
if ((arg_count(cmd, ignorelockingfailure_ARG) ||
|
||||
arg_count(cmd, sysinit_ARG)) && !arg_count(cmd, available_ARG)) {
|
||||
log_error("Only -a premitted with --ignorelockingfailure and --sysinit");
|
||||
log_error("Only -a permitted with --ignorelockingfailure and --sysinit");
|
||||
return EINVALID_CMD_LINE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user