Fix typo error 24/264524/1
authorsooyeon <sooyeon.kim@samsung.com>
Fri, 24 Sep 2021 11:02:17 +0000 (20:02 +0900)
committersooyeon <sooyeon.kim@samsung.com>
Fri, 24 Sep 2021 11:02:17 +0000 (20:02 +0900)
Change-Id: I65d0ca07ee6329553d91fa772e7f34ee03bed454
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
include/tts.h

index 3a8bb00..f1a42d9 100644 (file)
@@ -534,7 +534,7 @@ int tts_get_error_message(tts_h tts, char** err_msg);
  * @brief Checks whether screen reader is turned on or not.
  * @since_tizen 6.5
  * @remarks If TTS mode is #TTS_MODE_SCREEN_READER, you should call this function to check whether screen reader is turned on or not, before calling 'tts_prepare()'.
- *          If TTS mode is #TTS_MODE_SCREEN_READER and @a is_on is @c false, all other functions will return #TIZEN_ERROR_SCREEN_READER_OFF.
+ *          If TTS mode is #TTS_MODE_SCREEN_READER and @a is_on is @c false, all other functions will return #TTS_ERROR_SCREEN_READER_OFF.
  *          The @a is_on must be released using free() when it is no longer required.
  * @param[in] tts The TTS handle
  * @param[out] is_on The current status of screen reader