synaptics: Fix typos

This commit is contained in:
Bastien Nocera
2020-04-14 13:47:48 +02:00
parent e7ff4f705c
commit 87c7894c28
2 changed files with 7 additions and 7 deletions

View File

@@ -316,7 +316,7 @@ typedef struct bmkt_init_resp
*/
typedef struct bmkt_enroll_resp
{
int progress; /**< Shows current progress stutus [0-100] */
int progress; /**< Shows current progress status [0-100] */
uint8_t finger_id; /**< User's finger id [1-10] */
uint8_t user_id[BMKT_MAX_USER_ID_LEN]; /**< User name to be enrolled */
} bmkt_enroll_resp_t;