mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
device: Fix typos
This commit is contained in:
@ -1064,7 +1064,7 @@ can_start_action (FprintDevice *rdev, GError **error)
|
|||||||
case ACTION_VERIFY:
|
case ACTION_VERIFY:
|
||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
FPRINT_ERROR, FPRINT_ERROR_ALREADY_IN_USE,
|
FPRINT_ERROR, FPRINT_ERROR_ALREADY_IN_USE,
|
||||||
"Enrollment already in progress");
|
"Verification already in progress");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ACTION_OPEN:
|
case ACTION_OPEN:
|
||||||
|
|||||||
Reference in New Issue
Block a user