From 7ad3d07b37e8f3b15772de8bc1367c68ea681eee Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Thu, 2 Jan 2020 18:10:51 +0000 Subject: [PATCH] tools/xl/xl_cmdtable.c: Fix a simple typo. Signed-off-by: Chad Dougherty --- 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", "", }, #ifndef LIBXL_HAVE_NO_SUSPEND_RESUME -- 2.30.2