]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dbus: typo fix in log
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 10 Apr 2015 21:39:13 +0000 (23:39 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 10 Apr 2015 21:39:40 +0000 (23:39 +0200)
src/core/busname.c
src/core/dbus.c

index 43d7607a30f23ebeef05bd26c9178b6a665825b7..0ca9678a14728478c7906aa496bbc6268de1dfec 100644 (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))) {
index ae259c37d646f8f9e0c1aadc6bab59cc941b414d..18754f606e42059796d1593a1612e93ee9781e50 100644 (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;
         }