diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-03-23 08:46:39 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-03-24 08:35:17 +0100 |
commit | b59f0ecd27b1c6e24a1835e31c638dcf765517e4 (patch) | |
tree | 6fbb0cdbafa90723c4da5a2db2f94cf3d0bc6071 | |
parent | 1eb963a32ddd2147057178cc230d919b66a90db7 (diff) |
core: fix "stoppping" typo
-rw-r--r-- | src/core/job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/job.c b/src/core/job.c index 719cb0a3e5..5557a6a942 100644 --- a/src/core/job.c +++ b/src/core/job.c @@ -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.", |