summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorBiao Lu <biao.lu@intel.com>2016-03-29 01:46:04 +0800
committerSven Eden <yamakuzure@gmx.net>2017-06-16 10:12:57 +0200
commit879674e2c9f8138364a839cd251ddd4ec97c7090 (patch)
tree609ed4c4f41e9efe63948e5b7a358d96ca3159dc /src/shared
parent4ab1b2fb9530b93b124e547079c6b151deed898d (diff)
shared: fix a misspelling of "journalctl"
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/bus-util.c2
1 files changed, 1 insertions, 1 deletions
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);