mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-08 05:57:26 +03:00
core: fix typo
This commit is contained in:
parent
f7e1577cd4
commit
4332edf6b1
@ -645,7 +645,7 @@ _pure_ static const char *job_get_status_message_format(Unit *u, JobType t, JobR
|
|||||||
[JOB_DEPENDENCY] = "Dependency failed for %s.",
|
[JOB_DEPENDENCY] = "Dependency failed for %s.",
|
||||||
[JOB_ASSERT] = "Assertion failed for %s.",
|
[JOB_ASSERT] = "Assertion failed for %s.",
|
||||||
[JOB_UNSUPPORTED] = "Starting of %s not supported.",
|
[JOB_UNSUPPORTED] = "Starting of %s not supported.",
|
||||||
[JOB_COLLECTED] = "Unecessary job for %s was removed.",
|
[JOB_COLLECTED] = "Unnecessary job for %s was removed.",
|
||||||
};
|
};
|
||||||
static const char *const generic_finished_stop_job[_JOB_RESULT_MAX] = {
|
static const char *const generic_finished_stop_job[_JOB_RESULT_MAX] = {
|
||||||
[JOB_DONE] = "Stopped %s.",
|
[JOB_DONE] = "Stopped %s.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user