]> sourceware.org Git - lvm2.git/commitdiff
Fix typo: premitted -> permitted
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 23 Jun 2010 10:22:59 +0000 (10:22 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 23 Jun 2010 10:22:59 +0000 (10:22 +0000)
Signed-off-by: Takahiro Yasui<tyasui@redhat.com>
tools/vgchange.c

index e2fbaeb31e2d5763acd715f97b0bd8b8de31b9e1..40f64eb2752672b94bd224fd9350f8540766635b 100644 (file)
@@ -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;
        }
 
This page took 0.038029 seconds and 5 git commands to generate.