[systemd-commits] src/core
Thomas H.P. Andersen
phomes at kemper.freedesktop.org
Fri Apr 10 14:39:51 PDT 2015
src/core/busname.c | 2 +-
src/core/dbus.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 05a08cb60f02970e8476306074c70ee4e6a57fb3
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date: Fri Apr 10 23:39:13 2015 +0200
dbus: typo fix in log
diff --git a/src/core/busname.c b/src/core/busname.c
index 43d7607..0ca9678 100644
--- a/src/core/busname.c
+++ b/src/core/busname.c
@@ -550,7 +550,7 @@ static void busname_enter_running(BusName *n) {
if (!n->activating)
return;
- /* We don't take conenctions anymore if we are supposed to
+ /* We don't take connections anymore if we are supposed to
* shut down anyway */
if (unit_stop_pending(UNIT(n))) {
diff --git a/src/core/dbus.c b/src/core/dbus.c
index ae259c3..18754f6 100644
--- a/src/core/dbus.c
+++ b/src/core/dbus.c
@@ -713,7 +713,7 @@ static int bus_on_connection(sd_event_source *s, int fd, uint32_t revents, void
r = set_put(m->private_buses, bus);
if (r < 0) {
- log_warning_errno(r, "Failed to add new conenction bus to set: %m");
+ log_warning_errno(r, "Failed to add new connection bus to set: %m");
return 0;
}
More information about the systemd-commits
mailing list