diff options
author | Biao Lu <biao.lu@intel.com> | 2016-03-28 19:46:04 +0200 |
---|---|---|
committer | Biao Lu <biao.lu@intel.com> | 2016-03-28 19:46:04 +0200 |
commit | f0634dd1751c752b0760fd3965e790b08f456080 (patch) | |
tree | f37a8a0004706bdc65d4a8d4812c4984e991bbc0 /src/shared/bus-util.c | |
parent | Merge pull request #2887 from martinpitt/master (diff) | |
download | systemd-f0634dd1751c752b0760fd3965e790b08f456080.tar.xz systemd-f0634dd1751c752b0760fd3965e790b08f456080.zip |
shared: fix a misspelling of "journalctl"
Diffstat (limited to '')
-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); |