summaryrefslogtreecommitdiff
path: root/src/core/manager.c
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-05-11 13:49:29 +0200
committerDaniel Mack <daniel@zonque.org>2015-05-11 15:51:30 +0200
commitff9b60f38bf68eba4a47cabff14547d92e083214 (patch)
treebd60ad7e82597fdf9fa4e64f28ad1692ee43c242 /src/core/manager.c
parent4dda4e637e4c17a14db6cd265f36f5e8a5050367 (diff)
treewide: Correct typos and spell plural of bus consistent
Diffstat (limited to 'src/core/manager.c')
-rw-r--r--src/core/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/manager.c b/src/core/manager.c
index c918f191c9..dba945a1ea 100644
--- a/src/core/manager.c
+++ b/src/core/manager.c
@@ -753,7 +753,7 @@ static int manager_connect_bus(Manager *m, bool reexecuting) {
reexecuting ||
(m->running_as == SYSTEMD_USER && getenv("DBUS_SESSION_BUS_ADDRESS"));
- /* Try to connect to the busses, if possible. */
+ /* Try to connect to the buses, if possible. */
return bus_init(m, try_bus_connect);
}