From: Gilbok Lee Date: Thu, 17 Nov 2016 06:26:01 +0000 (+0900) Subject: Fix typo error X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170104.122131^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb76ac98864047ccf047a37fa7a43c1fce5faa76;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);