]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix "stoppping" typo
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 23 Mar 2016 07:46:39 +0000 (08:46 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 24 Mar 2016 07:35:17 +0000 (08:35 +0100)
src/core/job.c

index 719cb0a3e53c954e34636f9c126a6ca249cbf10d..5557a6a9423d65e3cdd86422d4a9a47982abc961 100644 (file)
@@ -645,7 +645,7 @@ _pure_ static const char *job_get_status_message_format(Unit *u, JobType t, JobR
         static const char *const generic_finished_stop_job[_JOB_RESULT_MAX] = {
                 [JOB_DONE]        = "Stopped %s.",
                 [JOB_FAILED]      = "Stopped (with error) %s.",
-                [JOB_TIMEOUT]     = "Timed out stoppping %s.",
+                [JOB_TIMEOUT]     = "Timed out stopping %s.",
         };
         static const char *const generic_finished_reload_job[_JOB_RESULT_MAX] = {
                 [JOB_DONE]        = "Reloaded %s.",