From d1504a30b7385660fd683091374a6f944b8cb457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 20 Feb 2025 17:20:03 +0100 Subject: [PATCH] fp-device: Clarify docs about FP_DEVICE_RETRY_TOO_FAST This is an error that is valid also for touch devices, so let's make it more generic in description --- libfprint/fp-device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fp-device.h b/libfprint/fp-device.h index 937866dd..e82cb535 100644 --- a/libfprint/fp-device.h +++ b/libfprint/fp-device.h @@ -114,7 +114,7 @@ typedef enum { * pressure problems; the user should remove their finger from the scanner * before retrying. * @FP_DEVICE_RETRY_TOO_FAST: The scan did not succeed because the finger - * swipe was too fast. + * swipe or touch was too fast. * * Error codes representing scan failures resulting in the user needing to * retry.