From: Biao Lu Date: Mon, 28 Mar 2016 17:46:04 +0000 (+0800) Subject: shared: fix a misspelling of "journalctl" X-Git-Tag: v231.3~207 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=879674e2c9f8138364a839cd251ddd4ec97c7090 shared: fix a misspelling of "journalctl" --- diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c index 4e9bc512c..02c0f3a79 100644 --- a/src/shared/bus-util.c +++ b/src/shared/bus-util.c @@ -2043,7 +2043,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);