mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
treewide: fix typos
This commit is contained in:
committed by
Benjamin Berg
parent
25a97c8276
commit
ab8dcfaa61
@ -749,7 +749,7 @@ _fprint_device_check_for_username (FprintDevice *rdev,
|
||||
if (!ret)
|
||||
{
|
||||
g_set_error (error, FPRINT_ERROR, FPRINT_ERROR_INTERNAL,
|
||||
"Could not get conection unix user ID: %s",
|
||||
"Could not get connection unix user ID: %s",
|
||||
local_error->message);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -55,7 +55,7 @@ typedef enum {
|
||||
|
||||
/* Enum of possible permissions, orders and nick matter here:
|
||||
- The order controls the priority of a required permission when various are
|
||||
accepted: the lowest the value, the more priorty it has.
|
||||
accepted: the lowest the value, the more priority it has.
|
||||
- Nick must match the relative polkit rule.
|
||||
*/
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user