From 2f385cc1577d2a2f6e339074a1a4deefb40bf773 Mon Sep 17 00:00:00 2001 From: Taesoo Jun Date: Mon, 5 Mar 2018 13:34:30 +0900 Subject: [PATCH] Fix typo - ture > true Change-Id: Iabd87c757cc6febff5675fa355d54a7a43339ddb --- include/wifi.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wifi.h b/include/wifi.h index 1f6e52b..7469d70 100755 --- a/include/wifi.h +++ b/include/wifi.h @@ -531,7 +531,7 @@ int wifi_deactivate(wifi_deactivated_cb callback, void *user_data) TIZEN_DEPRECA * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @privlevel public * @privilege %http://tizen.org/privilege/network.get - * @param[out] activated @c ture if Wi-Fi is activated, + * @param[out] activated @c true if Wi-Fi is activated, * otherwise @c false if Wi-Fi is not activated. * @return 0 on success, otherwise negative error value * @retval #WIFI_ERROR_NONE Successful @@ -1123,7 +1123,7 @@ int wifi_ap_is_favorite(wifi_ap_h ap, bool* favorite) TIZEN_DEPRECATED_API; * @brief Checks whether the access point is passpoint or not. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @param[in] ap The access point handle - * @param[out] passpoint @c ture if access point is passpoint, + * @param[out] passpoint @c true if access point is passpoint, * otherwise @c false if access point is not passpoint. * @return 0 on success, otherwise negative error value * @retval #WIFI_ERROR_NONE Successful @@ -1518,7 +1518,7 @@ int wifi_ap_set_passphrase(wifi_ap_h ap, const char* passphrase) TIZEN_DEPRECATE * @brief Checks whether the WPS(Wi-Fi Protected Setup) is supported or not. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @param[in] ap The access point handle - * @param[out] supported @c ture if WPS is supported, + * @param[out] supported @c true if WPS is supported, * otherwise @c false is WPS is not supported. * @return 0 on success, otherwise negative error value * @retval #WIFI_ERROR_NONE Successful @@ -1569,7 +1569,7 @@ int wifi_ap_set_eap_passphrase(wifi_ap_h ap, const char* user_name, const char* * You must release @a user_name using free(). * @param[in] ap The access point handle * @param[out] user_name The user name - * @param[out] is_password_set @c ture if password is set, + * @param[out] is_password_set @c true if password is set, * otherwise @c flase if password is not set. * @return 0 on success, otherwise negative error value * @retval #WIFI_ERROR_NONE Successful -- 2.7.4