From 2866c6ac8bef0364a13cf7640ed8fb23a868a646 Mon Sep 17 00:00:00 2001 From: Susnata Date: Wed, 7 Mar 2018 01:27:55 -0500 Subject: [PATCH] [fixed documentation typo] Change-Id: Ic248121499c7b33ec982e1f61c0d690cd4fd2faf Signed-off-by: Susnata (cherry picked from commit 5f02052c76ede3fac9941303337b8d1a765a2fc2) --- common/fido_uaf_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/fido_uaf_types.h b/common/fido_uaf_types.h index a6977c1..e5661b8 100755 --- a/common/fido_uaf_types.h +++ b/common/fido_uaf_types.h @@ -133,11 +133,11 @@ typedef enum { typedef enum { FIDO_AUTH_MATCH_PROT_TYPE_SOFTWARE = 0x01, /**< Authenticator's matcher is running in software. */ FIDO_AUTH_MATCH_PROT_TYPE_TEE = 0x02, /**< Authenticator's matcher is running inside the Trusted Execution Environment. */ - FIDO_AUTH_MATCH_PROT_TYPE_ON_CHIP = 0x04 /**< Aauthenticator's matcher is running on the chip. */ + FIDO_AUTH_MATCH_PROT_TYPE_ON_CHIP = 0x04 /**< Authenticator's matcher is running on the chip. */ } fido_auth_matcher_protection_type_e; /** - * @brief Authenticator's supproted method to communicate to FIDO user device. + * @brief Authenticator's supported method to communicate to FIDO user device. * @remarks Refer to FIDO UAF Registry document for more details. * @since_tizen 3.0 */ @@ -149,7 +149,7 @@ typedef enum { * wireless means. */ FIDO_AUTH_ATTACH_HINT_NFC = 0x10, /**< Authenticator is able to communicate by NFC to the FIDO User Device. */ FIDO_AUTH_ATTACH_HINT_BT = 0x20, /**< Authenticator is able to communicate by Bluetooth to the FIDO User Device. */ - FIDO_AUTH_ATTACH_HINT_NW = 0x40, /**< Authenticator is connected to the FIDO User Device ver a non-exclusive network + FIDO_AUTH_ATTACH_HINT_NW = 0x40, /**< Authenticator is connected to the FIDO User Device over a non-exclusive network * (e.g. over a TCP/IP LAN or WAN, as opposed to a PAN or point-to-point connection). */ FIDO_AUTH_ATTACH_HINT_READY = 0x80, /**< The external authenticator is in a "ready" state. */ @@ -174,7 +174,7 @@ typedef enum { } fido_auth_tc_display_type_e; /** - * @brief The FIDO Server response for successfull interaction. + * @brief The FIDO Server response for successful interaction. * @since_tizen 3.0 */ #define FIDO_SERVER_STATUS_CODE_OK 1200 -- 2.7.4