summaryrefslogtreecommitdiff
path: root/src/core/unit.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-04-02 10:24:45 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-04-02 10:24:51 -0400
commit2875e22b65452896d5569eecb3a08265dd658173 (patch)
tree94100af2cd2c2350da2120c395bddc9e6b896030 /src/core/unit.c
parentae7a7182da31371555fceb2aed609e40a64b900a (diff)
Replace s/Dropin/DropIn/
Diffstat (limited to 'src/core/unit.c')
-rw-r--r--src/core/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.c b/src/core/unit.c
index 75a49d5e2..91a00edf7 100644
--- a/src/core/unit.c
+++ b/src/core/unit.c
@@ -698,7 +698,7 @@ void unit_dump(Unit *u, FILE *f, const char *prefix) {
fprintf(f, "%s\tSource Path: %s\n", prefix, u->source_path);
STRV_FOREACH(j, u->dropin_paths)
- fprintf(f, "%s\tDropin Path: %s\n", prefix, *j);
+ fprintf(f, "%s\tDropIn Path: %s\n", prefix, *j);
if (u->job_timeout > 0)
fprintf(f, "%s\tJob Timeout: %s\n", prefix, format_timespan(timespan, sizeof(timespan), u->job_timeout));