From e0fc14a456341845e2a30bd2b963f57dd999a2fe Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 3 Aug 2024 13:33:59 +0900 Subject: [PATCH] creds-util: fix typo Follow-up for 947c4d3952e30604b97f657dca08f93a0a8f4bae. --- src/shared/creds-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/creds-util.c b/src/shared/creds-util.c index cdfadf3a09a..7c7ef66b99d 100644 --- a/src/shared/creds-util.c +++ b/src/shared/creds-util.c @@ -54,7 +54,7 @@ bool credential_glob_valid(const char *s) { * fnmatch()! We only allow trailing asterisk matches for now (simply because we want some freedom * with automatically extending the pattern in a systematic way to cover for unit instances getting * per-instance credentials or similar. Moreover, credential globbing expressions are also more - * restrictive then credential names: we don't allow *, ?, [, ] in them (except for the asterisk + * restrictive than credential names: we don't allow *, ?, [, ] in them (except for the asterisk * match at the end of the string), simply to not allow ambiguity. After all, we want the flexibility * to one day add full globbing should the need arise. */ -- 2.47.3