[Version] 0.1.7
[Profile] Mobile, Wearable
[Issue Type] Fix typo error
Change-Id: I8fb6d50fe6ac6db18c46b271d2094139c92f32c7
* @retval #RADIO_ERROR_NOT_SUPPORTED Not supported
* @pre The radio state must be set to #RADIO_STATE_SCANNING by calling radio_scan_start().
* @post It invokes radio_scan_stopped_cb() when the scan stops.
- * @post After the scan stopped, the radio state will be set back to the state from before the radio_scan_start() fuction call(#RADIO_STATE_READY or #RADIO_STATE_PLAYING).
+ * @post After the scan stopped, the radio state will be set back to the state from before the radio_scan_start() function call(#RADIO_STATE_READY or #RADIO_STATE_PLAYING).
* @see radio_scan_start()
*/
int radio_scan_stop(radio_h radio, radio_scan_stopped_cb callback, void *user_data);