From 44143309dd0b37d61d7d842ca58f01a65646ec71 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 28 Apr 2011 23:51:24 +0200 Subject: util: conf_files_list() return list as parameter --- src/dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbus.c') diff --git a/src/dbus.c b/src/dbus.c index 8ea768c5a7..187ed303b4 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -1322,7 +1322,7 @@ int bus_fdset_add_all(Manager *m, FDSet *fds) { * set to pass over to the newly executed systemd. They won't * be used there however, except that they are closed at the * very end of deserialization, those making it possible for - * clients to synchronously wait for systemd to reexec buy + * clients to synchronously wait for systemd to reexec by * simply waiting for disconnection */ SET_FOREACH(c, m->bus_connections_for_dispatch, i) { -- cgit v1.2.3-54-g00ecf