diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-28 10:26:42 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-28 10:26:42 -0400 |
commit | 038e2619110d741e295a46550d4d80cf1c431f99 (patch) | |
tree | f37a8a0004706bdc65d4a8d4812c4984e991bbc0 /src/shared | |
parent | 09541e49ebd17b41482e447dd8194942f39788c0 (diff) | |
parent | f0634dd1751c752b0760fd3965e790b08f456080 (diff) |
Merge pull request #2906 from Lu-Biao/shared
shared: fix a misspelling of "journalctl"
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/bus-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c index b102a79da8..90b312a1a7 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); |