[systemd-devel] [PATCH] core: minor typo fix
Zbigniew Jędrzejewski-Szmek
zbyszek at in.waw.pl
Thu Apr 17 20:30:29 PDT 2014
On Mon, Apr 14, 2014 at 07:30:16PM +0200, Ali H. Caliskan wrote:
> diff --git a/src/core/dbus.c b/src/core/dbus.c
> index d482e6c..e9bf34c 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;
Applied.
Zbyszek
More information about the systemd-devel
mailing list