From: Jihoon Jung Date: Wed, 28 May 2025 05:16:41 +0000 (+0900) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20250610.081811^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fcore%2Fconnectivity%2Fnfc-manager.git Fix typo Change-Id: I5ae4dee15f421c00fff8c1662007e1e30c4a85ad Signed-off-by: Jihoon Jung --- diff --git a/src/commonlib/include/net_nfc_typedef_internal.h b/src/commonlib/include/net_nfc_typedef_internal.h index 07d3f92..5cafc07 100644 --- a/src/commonlib/include/net_nfc_typedef_internal.h +++ b/src/commonlib/include/net_nfc_typedef_internal.h @@ -285,7 +285,7 @@ typedef enum _llcp_event_e { } llcp_event_e; typedef struct _net_nfc_stack_information_s { - uint32_t net_nfc_supported_tagetType; + uint32_t net_nfc_supported_target_type; uint32_t net_nfc_fw_version; } net_nfc_stack_information_s;