summaryrefslogtreecommitdiffstats
path: root/src/nspawn/nspawn-oci.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-03-17 23:53:03 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-18 00:14:01 +0100
commitad337e55a3d2e167498c3af23ea2dae5a66ccf90 (patch)
tree68616136349cd52731c63b7e262799a106aeb20a /src/nspawn/nspawn-oci.c
parentMerge pull request #22752 from yuwata/udev-ctrl-manage-sender-pids (diff)
downloadsystemd-ad337e55a3d2e167498c3af23ea2dae5a66ccf90.tar.xz
systemd-ad337e55a3d2e167498c3af23ea2dae5a66ccf90.zip
tree-wide: fix duplicated words
the the in in not not we we
Diffstat (limited to 'src/nspawn/nspawn-oci.c')
-rw-r--r--src/nspawn/nspawn-oci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nspawn/nspawn-oci.c b/src/nspawn/nspawn-oci.c
index 9e59d6a814..a23358464b 100644
--- a/src/nspawn/nspawn-oci.c
+++ b/src/nspawn/nspawn-oci.c
@@ -2006,7 +2006,7 @@ static int oci_masked_paths(const char *name, JsonVariant *v, JsonDispatchFlags
if (!path_is_absolute(p))
return json_log(v, flags, SYNTHETIC_ERRNO(EINVAL),
- "Path is not not absolute, refusing: %s", p);
+ "Path is not absolute, refusing: %s", p);
if (oci_exclude_mount(p))
continue;
@@ -2048,7 +2048,7 @@ static int oci_readonly_paths(const char *name, JsonVariant *v, JsonDispatchFlag
if (!path_is_absolute(p))
return json_log(v, flags, SYNTHETIC_ERRNO(EINVAL),
- "Path is not not absolute, refusing: %s", p);
+ "Path is not absolute, refusing: %s", p);
if (oci_exclude_mount(p))
continue;