diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-03-02 06:13:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-03-02 09:48:20 +0100 |
commit | 7a7d2f16c2ce668602727f7ac644ae6f6369c867 (patch) | |
tree | a16b18debfc10fabb0692de82f30f0302ebe3a1e /src/core | |
parent | Merge pull request #18832 from keszybz/resolved-stop-sources (diff) | |
download | systemd-7a7d2f16c2ce668602727f7ac644ae6f6369c867.tar.xz systemd-7a7d2f16c2ce668602727f7ac644ae6f6369c867.zip |
tree-wide: fix typo
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/namespace.c b/src/core/namespace.c index 829fa61738..04b631d90c 100644 --- a/src/core/namespace.c +++ b/src/core/namespace.c @@ -418,7 +418,7 @@ static int append_extension_images( return 0; /* Prepare a list of overlays, that will have as each element a string suitable for being - * passed as a lowerdir= parameter, so start with the hierachy on the root. + * passed as a lowerdir= parameter, so start with the hierarchy on the root. * The overlays vector will have the same number of elements and will correspond to the * hierarchies vector, so they can be iterated upon together. */ STRV_FOREACH(hierarchy, hierarchies) { |