summaryrefslogtreecommitdiff
path: root/src/shared/dropin.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-07 12:08:22 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-07 12:08:22 +0200
commitcd990847b9b7dc083443aa5f181e0a27ccde432e (patch)
treeae26fa7c558e8079e531f8c3d965bc35fae5a637 /src/shared/dropin.c
parent8ab0f03266a2217d45bff90e6104164ca51cf1ed (diff)
downloadsystemd-cd990847b9b7dc083443aa5f181e0a27ccde432e.tar.gz
tree-wide: more repeated words
Diffstat (limited to 'src/shared/dropin.c')
-rw-r--r--src/shared/dropin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/dropin.c b/src/shared/dropin.c
index 2693b63233..932da0c853 100644
--- a/src/shared/dropin.c
+++ b/src/shared/dropin.c
@@ -204,7 +204,7 @@ static int unit_file_find_dirs(
type = unit_name_to_type(name);
if (type < 0)
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
- "Failed to to derive unit type from unit name: %s",
+ "Failed to derive unit type from unit name: %s",
name);
if (is_instance) {
@@ -254,7 +254,7 @@ int unit_file_find_dropin_paths(
type = unit_name_to_type(n);
if (type < 0)
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
- "Failed to to derive unit type from unit name: %s", n);
+ "Failed to derive unit type from unit name: %s", n);
/* Special top level drop in for "<unit type>.<suffix>". Add this last as it's the most generic
* and should be able to be overridden by more specific drop-ins. */