Fix typo issue in tts_setting document 03/283103/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 18 Oct 2022 06:21:13 +0000 (15:21 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 18 Oct 2022 06:21:13 +0000 (15:21 +0900)
Change-Id: Iaef6463d77ebe7a742c9e7cd3c4ffd1a148f4413
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
include/tts_setting.h

index 75351e0..28ede18 100644 (file)
@@ -85,12 +85,12 @@ typedef bool(*tts_setting_supported_engine_cb)(const char* engine_id, const char
 *              followed by ISO 639-1 for the two-letter language code. 
 *              For example, "ko_KR" for Korean, "en_US" for American English..
 * @param[in] voice_type Voice type
-* @param[in] user_data User data passed from the tts_setting_foreach_surpported_voices()
+* @param[in] user_data User data passed from the tts_setting_foreach_supported_voices()
 *
 * @return @c true to continue with the next iteration of the loop, \n @c false to break out of the loop.
-* @pre tts_setting_foreach_surpported_voices() will invoke this callback. 
+* @pre tts_setting_foreach_supported_voices() will invoke this callback.
 *
-* @see tts_setting_foreach_surpported_voices()
+* @see tts_setting_foreach_supported_voices()
 */
 typedef bool(*tts_setting_supported_voice_cb)(const char* engine_id, const char* language, int voice_type, void* user_data);