From: Ali H. Caliskan Date: Mon, 14 Apr 2014 17:30:16 +0000 (+0200) Subject: core: minor typo fix X-Git-Tag: v213~387 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=f2f426ddcf55807d1884a9163399a6821eb955d6;p=systemd%2F.git core: minor typo fix --- diff --git a/src/core/dbus.c b/src/core/dbus.c index d482e6c537..e9bf34c498 100644 --- a/src/core/dbus.c +++ b/src/core/dbus.c @@ -918,7 +918,7 @@ static int bus_init_system(Manager *m) { r = bus_setup_system(m, bus); if (r < 0) { - log_error("Fauiled to set up system bus: %s", strerror(-r)); + log_error("Failed to set up system bus: %s", strerror(-r)); return 0; }