]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
creds: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:20:02 +0000 (09:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:20:05 +0000 (09:20 +0900)
Follow-up for 8464f7cbd652af75566017c62bec5308d1c30775.

src/creds/creds.c

index edebe53dcae408abfb865398dea0f21a8ddf235c..02e317ad2d5d3798b83b686dfbc206fa180621c9 100644 (file)
@@ -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,