Message ID | 20200102181146.26429-1-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | tools/xl/xl_cmdtable.c: Fix a simple typo. | expand |
Ian Jackson writes ("[PATCH] tools/xl/xl_cmdtable.c: Fix a simple typo."): > From: Chad Dougherty <crd@acm.org> > > Signed-off-by: Chad Dougherty <crd@acm.org> > --- > tools/xl/xl_cmdtable.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/xl/xl_cmdtable.c b/tools/xl/xl_cmdtable.c > index 5baa6023aa..3b302b2f20 100644 > --- a/tools/xl/xl_cmdtable.c > +++ b/tools/xl/xl_cmdtable.c > @@ -502,7 +502,7 @@ struct cmd_spec cmd_table[] = { > }, > { "loadpolicy", > &main_loadpolicy, 0, 1, > - "Loads a new policy int the Flask Xen security module", > + "Loads a new policy into the Flask Xen security module", > "<policy file>", > }, > #ifndef LIBXL_HAVE_NO_SUSPEND_RESUME I posted this to the list for form's sake. I don't think we need an ack. I'm applying it right away. Ian.
diff --git a/tools/xl/xl_cmdtable.c b/tools/xl/xl_cmdtable.c index 5baa6023aa..3b302b2f20 100644 --- a/tools/xl/xl_cmdtable.c +++ b/tools/xl/xl_cmdtable.c @@ -502,7 +502,7 @@ struct cmd_spec cmd_table[] = { }, { "loadpolicy", &main_loadpolicy, 0, 1, - "Loads a new policy int the Flask Xen security module", + "Loads a new policy into the Flask Xen security module", "<policy file>", }, #ifndef LIBXL_HAVE_NO_SUSPEND_RESUME