Fix typo - ture > true 98/171498/1
authorTaesoo Jun <steve.jun@samsung.com>
Mon, 5 Mar 2018 04:34:30 +0000 (13:34 +0900)
committerTaesoo Jun <steve.jun@samsung.com>
Mon, 5 Mar 2018 07:16:59 +0000 (07:16 +0000)
Change-Id: Iabd87c757cc6febff5675fa355d54a7a43339ddb
(cherry picked from commit 2f385cc1577d2a2f6e339074a1a4deefb40bf773)

include/wifi.h

index 1f6e52ba1ebc0f75e195a2086ec4af82132cc814..7469d70ddf2991f46e2b25d62162538dbfcee183 100755 (executable)
@@ -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