From: Yu Watanabe Date: Fri, 2 Feb 2024 00:20:02 +0000 (+0900) Subject: creds: fix typo X-Git-Tag: v256-rc1~985 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d7f6b3db406ed1f6373b88eadc3870a291de6f6;p=thirdparty%2Fsystemd.git creds: fix typo Follow-up for 8464f7cbd652af75566017c62bec5308d1c30775. --- diff --git a/src/creds/creds.c b/src/creds/creds.c index edebe53dcae..02e317ad2d5 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,