]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/dbus.c
tree-wide: fix spelling errors
[thirdparty/systemd.git] / src / core / dbus.c
index 50155f22c6725a9543e463c3bf7182dbb4982930..7791141e527bb8d3cfe619dffd3e88922df39ae2 100644 (file)
@@ -1061,7 +1061,7 @@ int bus_foreach_bus(
         /* Send to all direct buses, unconditionally */
         SET_FOREACH(b, m->private_buses, i) {
 
-                /* Don't bother with enqueing these messages to clients that haven't started yet */
+                /* Don't bother with enqueuing these messages to clients that haven't started yet */
                 if (sd_bus_is_ready(b) <= 0)
                         continue;