Fixed typo in nfc.h 47/206447/1 accepted/tizen/unified/20190520.084057 submit/tizen/20190520.040214
authorsaerome kim <saerome.kim@samsung.com>
Mon, 20 May 2019 03:50:31 +0000 (12:50 +0900)
committersaerome kim <saerome.kim@samsung.com>
Mon, 20 May 2019 03:50:31 +0000 (12:50 +0900)
Change-Id: I03142641024dfec19f1de3eb99146e9dd2b92c4b
Signe-off-by: saerome kim <saerome.kim@samsung.com>
include/nfc.h

index 646c42c..3891fe9 100644 (file)
@@ -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
  *