]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
creds-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 3 Aug 2024 04:33:59 +0000 (13:33 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 3 Aug 2024 04:34:02 +0000 (13:34 +0900)
Follow-up for 947c4d3952e30604b97f657dca08f93a0a8f4bae.

src/shared/creds-util.c

index cdfadf3a09ad17a8c174d0e03e453544dab85324..7c7ef66b99db05f8b916cede2a7cf8c0406d211d 100644 (file)
@@ -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.  */