[Pkg-libvirt-commits] [libvirt-sandbox] 07/42: Fix minor typo

Guido Guenther agx at moszumanska.debian.org
Sat May 27 16:27:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch debian/experimental
in repository libvirt-sandbox.

commit 3f9208beb85728357db7fa25e42799252475bf2c
Author: Yuri Chornoivan <yurchor at ukr.net>
Date:   Fri Apr 29 21:30:49 2016 +0300

    Fix minor typo
---
 bin/virt-sandbox.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/virt-sandbox.c b/bin/virt-sandbox.c
index d6a441c..3058013 100644
--- a/bin/virt-sandbox.c
+++ b/bin/virt-sandbox.c
@@ -130,7 +130,7 @@ int main(int argc, char **argv) {
         { "privileged", 'p', 0, G_OPTION_ARG_NONE, &privileged,
           N_("run the command privileged"), NULL },
         { "switchto", 'S', 0, G_OPTION_ARG_STRING, &switchto,
-          N_("swith to the given user"), "USER" },
+          N_("switch to the given user"), "USER" },
         { "shell", 'l', 0, G_OPTION_ARG_NONE, &shell,
           N_("start a shell"), NULL, },
         { "kernver", 0, 0, G_OPTION_ARG_STRING, &kernver,
@@ -566,7 +566,7 @@ to match the current user identity.
 
 =item B<-S USER>, B<--switchto=USER>
 
-Swith to the given user inside the sandbox and setup $HOME
+Switch to the given user inside the sandbox and setup $HOME
 accordingly.
 
 =item B<-l>, B<--shell>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt-sandbox.git



More information about the Pkg-libvirt-commits mailing list