]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
polkit: fix typo in enum name 33770/head
authorLuca Boccassi <bluca@debian.org>
Thu, 18 Jul 2024 15:43:56 +0000 (16:43 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 18 Jul 2024 15:43:56 +0000 (16:43 +0100)
src/shared/bus-polkit.h

index 64340dc338fb352339fb762c47a085acf6012def..4b406d358ec5c8505d66938e6acdd932e1b60df5 100644 (file)
@@ -7,7 +7,7 @@
 #include "hashmap.h"
 #include "user-util.h"
 
-typedef enum PolkitFLags {
+typedef enum PolkitFlags {
         POLKIT_ALLOW_INTERACTIVE = 1 << 0, /* Allow interactive auth (typically not required, because can be derived from bus message/link automatically) */
         POLKIT_ALWAYS_QUERY      = 1 << 1, /* Query polkit even if client is privileged */
         POLKIT_DEFAULT_ALLOW     = 1 << 2, /* If polkit is not around, assume "allow" rather than the usual "deny" */