All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in vgchange command
@ 2010-06-22 23:49 Takahiro Yasui
  2010-06-23  8:34 ` Zdenek Kabelac
  0 siblings, 1 reply; 2+ messages in thread
From: Takahiro Yasui @ 2010-06-22 23:49 UTC (permalink / raw)
  To: lvm-devel

Fix typo: premitted -> permitted

Signed-off-by: Takahiro Yasui <tyasui@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;
 	}
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Fix typo in vgchange command
  2010-06-22 23:49 [PATCH] Fix typo in vgchange command Takahiro Yasui
@ 2010-06-23  8:34 ` Zdenek Kabelac
  0 siblings, 0 replies; 2+ messages in thread
From: Zdenek Kabelac @ 2010-06-23  8:34 UTC (permalink / raw)
  To: lvm-devel

Dne 23.6.2010 01:49, Takahiro Yasui napsal(a):
> Fix typo: premitted ->  permitted
>
> Signed-off-by: Takahiro Yasui<tyasui@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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-23  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22 23:49 [PATCH] Fix typo in vgchange command Takahiro Yasui
2010-06-23  8:34 ` Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.