Fix typo error 58/98358/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_wearable accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.122131 accepted/tizen/3.0.m2/wearable/20170104.122740 accepted/tizen/3.0/common/20161123.140655 accepted/tizen/3.0/ivi/20161123.083625 accepted/tizen/3.0/mobile/20161123.083313 accepted/tizen/3.0/wearable/20161123.083542 submit/tizen_3.0.m2/20170104.093749 submit/tizen_3.0/20161122.043110
authorGilbok Lee <gilbok.lee@samsung.com>
Thu, 17 Nov 2016 06:26:01 +0000 (15:26 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Thu, 17 Nov 2016 06:26:01 +0000 (15:26 +0900)
[Version] 0.1.7
[Profile] Mobile, Wearable
[Issue Type] Fix typo error

Change-Id: I8fb6d50fe6ac6db18c46b271d2094139c92f32c7

include/radio.h

index a12d77c..4768ad4 100755 (executable)
@@ -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);