[libvirt] [PATCH] daemonRunStateInit: Fix a typo on a comment

15 Jul
2015
15 Jul
'15
8:27 a.m.
s/priviledged/privileged/ Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- Pushed under trivial and who-cares rules. daemon/libvirtd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/libvirtd.c b/daemon/libvirtd.c index 654e7f4..71db4a0 100644 --- a/daemon/libvirtd.c +++ b/daemon/libvirtd.c @@ -956,7 +956,7 @@ static void daemonRunStateInit(void *opaque) driversInitialized = true; #ifdef HAVE_DBUS - /* Tie the non-priviledged libvirtd to the session/shutdown lifecycle */ + /* Tie the non-privileged libvirtd to the session/shutdown lifecycle */ if (!virNetDaemonIsPrivileged(dmn)) { sessionBus = virDBusGetSessionBus(); -- 2.3.6
3710
Age (days ago)
3710
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Privoznik