From: Biao Lu Date: Mon, 28 Mar 2016 17:46:04 +0000 (+0800) Subject: shared: fix a misspelling of "journalctl" X-Git-Tag: v230~236^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0634dd1751c752b0760fd3965e790b08f456080;p=thirdparty%2Fsystemd.git shared: fix a misspelling of "journalctl" --- diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c index b102a79da8f..90b312a1a76 100644 --- a/src/shared/bus-util.c +++ b/src/shared/bus-util.c @@ -2030,7 +2030,7 @@ static const struct { static void log_job_error_with_service_result(const char* service, const char *result, const char* const* extra_args) { _cleanup_free_ char *service_shell_quoted = NULL; - const char *systemctl = "systemctl", *journalctl = "journalct"; + const char *systemctl = "systemctl", *journalctl = "journalctl"; assert(service);