diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-05-11 13:49:29 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-05-11 15:51:30 +0200 |
commit | ff9b60f38bf68eba4a47cabff14547d92e083214 (patch) | |
tree | bd60ad7e82597fdf9fa4e64f28ad1692ee43c242 /src/core/dbus.c | |
parent | 4dda4e637e4c17a14db6cd265f36f5e8a5050367 (diff) |
treewide: Correct typos and spell plural of bus consistent
Diffstat (limited to 'src/core/dbus.c')
-rw-r--r-- | src/core/dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus.c b/src/core/dbus.c index 4005aac7e7..1679242be8 100644 --- a/src/core/dbus.c +++ b/src/core/dbus.c @@ -1116,7 +1116,7 @@ int bus_foreach_bus( sd_bus *b; int r, ret = 0; - /* Send to all direct busses, unconditionally */ + /* Send to all direct buses, unconditionally */ SET_FOREACH(b, m->private_buses, i) { r = send_message(b, userdata); if (r < 0) |