From 879674e2c9f8138364a839cd251ddd4ec97c7090 Mon Sep 17 00:00:00 2001 From: Biao Lu Date: Tue, 29 Mar 2016 01:46:04 +0800 Subject: [PATCH] shared: fix a misspelling of "journalctl" --- src/shared/bus-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2