From: Gilbok Lee Date: Thu, 17 Nov 2016 06:26:01 +0000 (+0900) Subject: Fix typo error X-Git-Tag: submit/tizen_3.0/20161122.043110^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F58%2F98358%2F1;p=platform%2Fcore%2Fapi%2Fradio.git Fix typo error [Version] 0.1.7 [Profile] Mobile, Wearable [Issue Type] Fix typo error Change-Id: I8fb6d50fe6ac6db18c46b271d2094139c92f32c7 --- diff --git a/include/radio.h b/include/radio.h index a12d77c..4768ad4 100755 --- a/include/radio.h +++ b/include/radio.h @@ -331,7 +331,7 @@ int radio_scan_start(radio_h radio, radio_scan_updated_cb callback, void *user_d * @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);