* @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
* @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
* @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
* 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