From eb76ac98864047ccf047a37fa7a43c1fce5faa76 Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Thu, 17 Nov 2016 15:26:01 +0900 Subject: [PATCH] Fix typo error [Version] 0.1.7 [Profile] Mobile, Wearable [Issue Type] Fix typo error Change-Id: I8fb6d50fe6ac6db18c46b271d2094139c92f32c7 --- include/radio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4