From: Yu Watanabe Date: Sat, 3 Aug 2024 04:33:59 +0000 (+0900) Subject: creds-util: fix typo X-Git-Tag: v257-rc1~752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0fc14a456341845e2a30bd2b963f57dd999a2fe;p=thirdparty%2Fsystemd.git creds-util: fix typo Follow-up for 947c4d3952e30604b97f657dca08f93a0a8f4bae. --- 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. */