summaryrefslogtreecommitdiffstats
path: root/tools/vgchange.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vgchange.c')
-rw-r--r--tools/vgchange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vgchange.c b/tools/vgchange.c
index e2fbaeb3..40f64eb2 100644
--- a/tools/vgchange.c
+++ b/tools/vgchange.c
@@ -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;
}