]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared: fix a misspelling of "journalctl" 2906/head
authorBiao Lu <biao.lu@intel.com>
Mon, 28 Mar 2016 17:46:04 +0000 (01:46 +0800)
committerBiao Lu <biao.lu@intel.com>
Mon, 28 Mar 2016 17:46:04 +0000 (01:46 +0800)
src/shared/bus-util.c

index b102a79da8f8c7da5c14cada364bb45214402a73..90b312a1a7670773ae957e888f86833029a72026 100644 (file)
@@ -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);