mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-02-01 05:40:28 +01:00
device: Fix typos
This commit is contained in:
parent
b624f8c8c7
commit
7b7aa6e99d
1 changed files with 1 additions and 1 deletions
|
|
@ -1064,7 +1064,7 @@ can_start_action (FprintDevice *rdev, GError **error)
|
|||
case ACTION_VERIFY:
|
||||
g_set_error (error,
|
||||
FPRINT_ERROR, FPRINT_ERROR_ALREADY_IN_USE,
|
||||
"Enrollment already in progress");
|
||||
"Verification already in progress");
|
||||
break;
|
||||
|
||||
case ACTION_OPEN:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue