summaryrefslogtreecommitdiff
path: root/src/shared/condition.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-20 13:15:37 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-20 13:15:37 +0900
commite1b45a756f71deac8c1aa9a008bd0dab47f64777 (patch)
tree6e7b8dff42ecb95c12883f6ebb4023b007249f8b /src/shared/condition.c
parent9f3a3ac70f61b03388480d18ba4ca1b6375b8aaa (diff)
downloadsystemd-e1b45a756f71deac8c1aa9a008bd0dab47f64777.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/shared/condition.c')
-rw-r--r--src/shared/condition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/condition.c b/src/shared/condition.c
index 2fc22c3714..7a983edfd7 100644
--- a/src/shared/condition.c
+++ b/src/shared/condition.c
@@ -149,7 +149,7 @@ static int condition_test_credential(Condition *c, char **env) {
assert(c->parameter);
assert(c->type == CONDITION_CREDENTIAL);
- /* For now we'll do a very simple existance check and are happy with either a regular or an encrypted
+ /* For now we'll do a very simple existence check and are happy with either a regular or an encrypted
* credential. Given that we check the syntax of the argument we have the option to later maybe allow
* contents checks too without breaking compatibility, but for now let's be minimalistic. */