From: Jihoon Kim Date: Tue, 18 Oct 2022 06:21:13 +0000 (+0900) Subject: Fix typo issue in tts_setting document X-Git-Tag: accepted/tizen/7.0/unified/20230106.165639~3^2~7^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=baebbb4452baf279a2f6e49823b78ffd2474f2c5;p=platform%2Fcore%2Fuifw%2Ftts.git Fix typo issue in tts_setting document Change-Id: Iaef6463d77ebe7a742c9e7cd3c4ffd1a148f4413 Signed-off-by: Jihoon Kim --- diff --git a/include/tts_setting.h b/include/tts_setting.h index 75351e05..28ede180 100644 --- a/include/tts_setting.h +++ b/include/tts_setting.h @@ -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);