diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-02 01:20:02 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-02 01:20:05 +0100 |
commit | 9d7f6b3db406ed1f6373b88eadc3870a291de6f6 (patch) | |
tree | 555e0097f3c24494d7b0bc84698be8cb3fd35e55 /src/creds | |
parent | local-addresses: fix typo (diff) | |
download | systemd-9d7f6b3db406ed1f6373b88eadc3870a291de6f6.tar.xz systemd-9d7f6b3db406ed1f6373b88eadc3870a291de6f6.zip |
creds: fix typo
Follow-up for 8464f7cbd652af75566017c62bec5308d1c30775.
Diffstat (limited to 'src/creds')
-rw-r--r-- | src/creds/creds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creds/creds.c b/src/creds/creds.c index edebe53dca..02e317ad2d 100644 --- a/src/creds/creds.c +++ b/src/creds/creds.c @@ -1186,7 +1186,7 @@ static int vl_method_encrypt(Varlink *link, JsonVariant *parameters, VarlinkMeth bool own_scope = p.scope == CREDENTIAL_USER && p.uid == peer_uid; if (!own_scope || !timestamp_fresh) { - /* Insist on PK if client wants to encrypt for another user or the system, or if the timestamp was explicitly overriden. */ + /* Insist on PK if client wants to encrypt for another user or the system, or if the timestamp was explicitly overridden. */ r = varlink_verify_polkit_async( link, /* bus= */ NULL, |