From: saerome kim Date: Mon, 20 May 2019 03:50:31 +0000 (+0900) Subject: Fixed typo in nfc.h X-Git-Tag: submit/tizen/20190520.040214^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90856b30bae4596a77b64c23a9a23f01faa3afb9;p=platform%2Fcore%2Fapi%2Fnfc.git Fixed typo in nfc.h Change-Id: I03142641024dfec19f1de3eb99146e9dd2b92c4b Signe-off-by: saerome kim --- diff --git a/include/nfc.h b/include/nfc.h index 646c42c..3891fe9 100644 --- a/include/nfc.h +++ b/include/nfc.h @@ -383,7 +383,7 @@ typedef void (*nfc_activation_changed_cb)(bool activated , void *user_data); * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE * * @remarks The @a tag should not be released. - * @remarts The @a tag is managed by the platform and will be released when NFC service stops. + * @remarks The @a tag is managed by the platform and will be released when NFC service stops. * @remarks The tag handle does not have detail target info when an NFC tag disappeared.\n * So then do not use tag functions which use tag handle. * @@ -1296,7 +1296,7 @@ int nfc_manager_get_tag_filter(void); * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE * * @remarks The @a tag should not be released. - * @remarts The @a tag is managed by the platform and will be released when NFC service stops. + * @remarks The @a tag is managed by the platform and will be released when NFC service stops. * * @param[out] tag The connected tag * @@ -1325,7 +1325,7 @@ int nfc_manager_get_connected_tag(nfc_tag_h *tag); * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE * * @remarks The @a target should not be released. - * @remarts The @a target is managed by the platform and will be released when NFC service stops. + * @remarks The @a target is managed by the platform and will be released when NFC service stops. * * @param[out] target The connected target *