fix typo at header files 52/171652/1 accepted/tizen/unified/20180306.175344 submit/tizen/20180306.082913
authorsaerome.kim <saerome.kim@samsung.com>
Tue, 6 Mar 2018 08:13:29 +0000 (17:13 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Tue, 6 Mar 2018 08:13:29 +0000 (17:13 +0900)
Change-Id: I35729daa0f8fc6a3d0d94ee35cf2c69de8e88ac8
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
doc/nfc_doc.h [changed mode: 0755->0644]
include/nfc.h

old mode 100755 (executable)
new mode 100644 (file)
index 4032e6b..0f40f70
@@ -90,7 +90,7 @@
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *
- * You can check if a devrice supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  *
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *
- * You can check if a devrice supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  *
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *
- * You can check if a devrice supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  *
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *
- * You can check if a devrice supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  *
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *
- * You can check if a devrice supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  *
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *
- * You can check if a devrice supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  *
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *
- * You can check if a devrice supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  *
index 0a5648c..f254d46 100755 (executable)
@@ -152,10 +152,10 @@ typedef enum {
 typedef enum {
        NFC_SE_EVENT_START_TRANSACTION, /**< This event notifies the terminal host that it shall launch an application associated to an NFC application in a UICC(Universal Integrated Circuit Card) host. */
        NFC_SE_EVENT_END_TRANSACTION,   /**< This event notifies the terminal host that current transaction in process was ended. */
-       NFC_SE_EVENT_CONNECTIVITY, /**< It's ready signal to communicate UICC(Universal Integrated Circuit Card) with terminal host. UICC(Universal Integrated Circuit Card) create pipe and open the pipe chanel. Then it sends the signal to terminal host or host controller. */
+       NFC_SE_EVENT_CONNECTIVITY, /**< It's ready signal to communicate UICC(Universal Integrated Circuit Card) with terminal host. UICC(Universal Integrated Circuit Card) create pipe and open the pipe channel. Then it sends the signal to terminal host or host controller. */
        NFC_SE_EVENT_FIELD_ON, /**< When the CLF(Contactless Front-end) detects a RF field, the card RF gate sends the event #NFC_SE_EVENT_FIELD_ON to the card application gate. When there are multiple open card RF gates the CLF shall send the #NFC_SE_EVENT_FIELD_ON on all open pipes to these gates.Next the CLF starts the initialization and anti-collision process as defined in ISO/IEC 14443-3 [6]*/
        NFC_SE_EVENT_FIELD_OFF, /**< When the CLF(Contactless Front-end) detects that the RF field is off, the card RF gate shall send #NFC_SE_EVENT_FIELD_OFF to the card application gate. When there are multiple open card RF gates the CLF shall send the #NFC_SE_EVENT_FIELD_OFF to one gate only.*/
-       NFC_SE_EVENT_TRANSACTION, /**< This event  notifies , external reader trys to access secure element */
+       NFC_SE_EVENT_TRANSACTION, /**< This event  notifies , external reader tries to access secure element */
        NFC_SE_EVENT_SE_TYPE_CHANGED, /**< This event notifies, changing the emulated secure element type */
        NFC_SE_EVENT_CARD_EMULATION_CHANGED, /**< This event notifies, changing the card emulation mode */
 } nfc_se_event_e;
@@ -636,7 +636,7 @@ typedef void (*nfc_se_event_cb)(nfc_se_event_e event , void *user_data);
 /**
  * @brief Called when receiving Secure Element(SIM/UICC(Universal Integrated Circuit Card)) transaction event data
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remarks This event  notifies , external reader trys to access secure element.
+ * @remarks This event  notifies , external reader tries to access secure element.
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
  *
  * @param [in] se type
@@ -1120,12 +1120,12 @@ void nfc_manager_unset_hce_event_cb(void);
 int nfc_manager_enable_transaction_fg_dispatch(void);
 
 /**
- * @brief disable foreground dispatch for "EVT_TRANSACTION" to the givin application.
+ * @brief disable foreground dispatch for "EVT_TRANSACTION" to the given application.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/nfc.cardemulation
  * @ingroup CAPI_NETWORK_NFC_MANAGER_MODULE
- * @remarks After calling "nfc_manager_enable_transaction_fg_dispatch", an application must call this api when it go out from foureground.  \n\n
+ * @remarks After calling "nfc_manager_enable_transaction_fg_dispatch", an application must call this api when it goes out from foreground.  \n\n
  * @remarks Security level can be determined by the manufacturer usage.\n
  * If a security issue is occurred, contact with the manufacturer of the product.\n
  * If you want to know about security level in detail, See the GSMA specification.\n
@@ -2815,7 +2815,7 @@ int nfc_snep_unregister_server(const char *san, int sap);
  * @return 0 on success, otherwise a negative error value.
  * @retval #NFC_ERROR_NONE Successful
  * @retval #NFC_ERROR_NOT_SUPPORTED Not supported NFC
- * @retval #NFC_ERROR_NOT_INITIALIZED Not intialized NFC
+ * @retval #NFC_ERROR_NOT_INITIALIZED Not initialized NFC
  * @retval #NFC_ERROR_NOT_ACTIVATED NFC is not activated
  * @retval #NFC_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #NFC_ERROR_OPERATION_FAILED Operation failed
@@ -2843,7 +2843,7 @@ int nfc_se_enable_card_emulation(void);
  * @return 0 on success, otherwise a negative error value.
  * @retval #NFC_ERROR_NONE Successful
  * @retval #NFC_ERROR_NOT_SUPPORTED Not supported NFC
- * @retval #NFC_ERROR_NOT_INITIALIZED Not intialized NFC
+ * @retval #NFC_ERROR_NOT_INITIALIZED Not initialized NFC
  * @retval #NFC_ERROR_NOT_ACTIVATED NFC is not activated
  * @retval #NFC_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #NFC_ERROR_OPERATION_FAILED Operation failed
@@ -2869,7 +2869,7 @@ int nfc_se_disable_card_emulation(void);
  * @return 0 on success, otherwise a negative error value.
  * @retval #NFC_ERROR_NONE Successful
  * @retval #NFC_ERROR_NOT_SUPPORTED Not supported NFC
- * @retval #NFC_ERROR_NOT_INITIALIZED Not intialized NFC
+ * @retval #NFC_ERROR_NOT_INITIALIZED Not initialized NFC
  * @retval #NFC_ERROR_NOT_ACTIVATED NFC is not activated
  * @retval #NFC_ERROR_OPERATION_FAILED Operation failed
  * @retval #NFC_ERROR_PERMISSION_DENIED Security Restricted by SMACK
@@ -3034,7 +3034,7 @@ int nfc_se_unregister_aid(nfc_se_type_e se_type, nfc_card_emulation_category_typ
 
 /**
  * @brief Retrieves all registered AID.
- * @details You can retrives aid only you registered. If you try to retrives the aid what you are not registered, then the api return error.
+ * @details You can retrives aid only you registered. If you try to retrieves the aid what you are not registered, then the api return error.
  * @since_tizen 2.3.1
  * @privlevel   public
  * @privilege   %http://tizen.org/privilege/nfc.cardemulation