From 2c6ae376afa3f4cbe55015345d50b9a48333b961 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 6 Mar 2018 11:18:11 +0900 Subject: [PATCH] Fix native API reference errors Change-Id: I1abc1c0c3a0ab3e902f4b5daaa16b7a5ba515beb Signed-off-by: DoHyun Pyun --- doc/bluetooth_doc.h | 4 ++-- include/bluetooth.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/bluetooth_doc.h b/doc/bluetooth_doc.h index 3ff9fc9..d4fb01b 100644 --- a/doc/bluetooth_doc.h +++ b/doc/bluetooth_doc.h @@ -551,7 +551,7 @@ * * It is recommended to design feature related codes in your application for reliability.\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 applicati + * 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 * * 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 * @@ -888,7 +888,7 @@ * @section CAPI_NETWORK_BLUETOOTH_IPSP_MODULE_OVERVIEW Overview * Two roles are defined for devices that implement IPSP. * The @a Router is used for devices that can route IPv6 packets. - * The @a Node is used for devices that can originate or consume IPv6 appllication packets. + * The @a Node is used for devices that can originate or consume IPv6 application packets. * * @section CAPI_NETWORK_BLUETOOTH_IPSP_MODULE_FEATURE Related Features * This API is related with the following features:\n diff --git a/include/bluetooth.h b/include/bluetooth.h index b97342a..1510e42 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -1273,7 +1273,7 @@ int bt_ipsp_connect(const char *remote_address); /** * @ingroup CAPI_NETWORK_BLUETOOTH_IPSP_MODULE - * @brief Disonneicts from a remote device's IPSP service, asynchronously. + * @brief Disconnects from a remote device's IPSP service, asynchronously. * @since_tizen 4.0 * @privlevel public * @privilege %http://tizen.org/privilege/bluetooth -- 2.7.4