From 157aa271b595cbc425ac75553f9e98f97695c39c Mon Sep 17 00:00:00 2001 From: Dmitry Yu Okunev Date: Wed, 16 Oct 2013 13:41:45 +0400 Subject: [PATCH] lxc-attach: fixed typo: privleges -> privileges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dmitry Yu Okunev Acked-by: Stéphane Graber --- src/lxc/lxc_attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_attach.c b/src/lxc/lxc_attach.c index bd4e674d2..7d912b25f 100644 --- a/src/lxc/lxc_attach.c +++ b/src/lxc/lxc_attach.c @@ -141,7 +141,7 @@ Options :\n\ -e, --elevated-privileges\n\ Use elevated privileges (capabilities, cgroup\n\ restrictions) instead of those of the container.\n\ - WARNING: This may leak privleges into the container.\n\ + WARNING: This may leak privileges into the container.\n\ Use with care.\n\ -a, --arch=ARCH Use ARCH for program instead of container's own\n\ architecture.\n\