[lvm-devel] [PATCH] Fix typo in vgchange command

Zdenek Kabelac zkabelac at redhat.com
Wed Jun 23 08:34:39 UTC 2010


Dne 23.6.2010 01:49, Takahiro Yasui napsal(a):
> Fix typo: premitted ->  permitted
>
> Signed-off-by: Takahiro Yasui<tyasui at redhat.com>
> ---
>   tools/vgchange.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: LVM2-2.02.67/tools/vgchange.c
> ===================================================================
> --- LVM2-2.02.67.orig/tools/vgchange.c
> +++ LVM2-2.02.67/tools/vgchange.c
> @@ -627,7 +627,7 @@ int vgchange(struct cmd_context *cmd, in
>
>   	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;
>   	}

Ack

Zdenek




More information about the lvm-devel mailing list