dbus: typo fix in log

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-04-10 23:39:13 +02:00
parent 75c2a9fd13
commit 05a08cb60f
2 changed files with 2 additions and 2 deletions

View file

@ -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))) {

View file

@ -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;
}