summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-30 10:26:17 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2021-11-30 13:30:07 +0100
commita6f44d610c1b1064c95ad0fef59ebc093a2a401a (patch)
tree1d78de487237a3ba0bdcd29df52087274b7d0db7 /src/shared
parentMerge pull request #21568 from yuwata/network-fix-json-format (diff)
downloadsystemd-a6f44d610c1b1064c95ad0fef59ebc093a2a401a.tar.xz
systemd-a6f44d610c1b1064c95ad0fef59ebc093a2a401a.zip
tree-wide: fix typo
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/base-filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/base-filesystem.c b/src/shared/base-filesystem.c
index aede7171c1..5f5328c8cf 100644
--- a/src/shared/base-filesystem.c
+++ b/src/shared/base-filesystem.c
@@ -24,7 +24,7 @@ typedef struct BaseFilesystem {
const char *dir; /* directory or symlink to create */
mode_t mode;
const char *target; /* if non-NULL create as symlink to this target */
- const char *exists; /* conditionalize this entry on existance of this file */
+ const char *exists; /* conditionalize this entry on existence of this file */
bool ignore_failure;
} BaseFilesystem;