chiark / gitweb /
shared: fix a misspelling of "journalctl"
authorBiao Lu <biao.lu@intel.com>
Mon, 28 Mar 2016 17:46:04 +0000 (01:46 +0800)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:57 +0000 (10:12 +0200)
src/shared/bus-util.c

index 4e9bc512c8b43f32aa6683a582ec6f74af93292d..02c0f3a79d143d716af20a7ef152a8854075e677 100644 (file)
@@ -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);