From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takahiro Yasui Date: Tue, 22 Jun 2010 19:49:29 -0400 Subject: [PATCH] Fix typo in vgchange command Message-ID: <4C214C09.9010808@redhat.com> List-Id: To: lvm-devel@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Fix typo: premitted -> permitted Signed-off-by: Takahiro Yasui --- 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; }