diff options
-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, |