diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-05-08 01:28:44 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-07 20:13:26 -0400 |
commit | dca348bcbb462305864526c587495a14a76bfcde (patch) | |
tree | 62cc5561f464d2da6a5c91343080177163c886c0 /src | |
parent | 0c9d8f1d4b5018199cb5a9b57580dc1480a7f915 (diff) |
doc: corrections to words and forms
This patch exchange words which are inappropriate for a situation,
deletes duplicated words, and adds particles where needed.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/unit-printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit-printf.c b/src/core/unit-printf.c index 4e18afab8b..d16d856b51 100644 --- a/src/core/unit-printf.c +++ b/src/core/unit-printf.c @@ -369,7 +369,7 @@ int unit_full_printf(Unit *u, const char *format, char **ret) { /* This is similar to unit_name_printf() but also supports * unescaping. Also, adds a couple of additional codes: * - * %f the the instance if set, otherwise the id + * %f the instance if set, otherwise the id * %c cgroup path of unit * %r where units in this slice are placed in the cgroup tree * %R the root of this systemd's instance tree |