summaryrefslogtreecommitdiff
path: root/src/test/test-install-root.c
diff options
context:
space:
mode:
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>2021-02-24 21:39:03 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-02-25 05:54:11 +0900
commitfa027117582b19d9230427e5a74baf1c9588220d (patch)
treeb1abda7cb400e4641bfba04f4974e7cadb4ab3ee /src/test/test-install-root.c
parentc0267a592a2d44c89874249573d53a456ea3756b (diff)
downloadsystemd-fa027117582b19d9230427e5a74baf1c9588220d.tar.gz
treewide: fix spelling
Diffstat (limited to 'src/test/test-install-root.c')
-rw-r--r--src/test/test-install-root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-install-root.c b/src/test/test-install-root.c
index 04125f1db1..bea196c0ce 100644
--- a/src/test/test-install-root.c
+++ b/src/test/test-install-root.c
@@ -1079,7 +1079,7 @@ static void verify_one(
alias2 ? "]" : "");
assert(r == expected);
- /* This is is test for "instance propagation". This propagation matters mostly for WantedBy= and
+ /* This is test for "instance propagation". This propagation matters mostly for WantedBy= and
* RequiredBy= settings, and less so for Alias=. The only case where it should happen is when we have
* an Alias=alias@.service an instantiated template template@instance. In that case the instance name
* should be propagated into the alias as alias@instance. */