Change-Id: I938cb984375b29c4030224cdf6176b6d434ff52a
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
* The following table shows previous state and post state of main function.
* It can be known what precondition is and which synchronous type is.
* Please check both previous state and post state from the table carefully.
- * In case of tts_prepare() function, state doesn't be changed at once, but acynchronously.
+ * In case of tts_prepare() function, state doesn't be changed at once, but asynchronously.
* From the above state diagram, you can see dotted line as asynchronous api.
* In this case, the state changed callback is only way to know state transition as ready.
* <table>
typedef enum {
TTS_MODE_DEFAULT = 0, /**< Default mode for normal application */
TTS_MODE_NOTIFICATION = 1, /**< Notification mode */
- TTS_MODE_SCREEN_READER = 2 /**< Accessibiliity mode */
+ TTS_MODE_SCREEN_READER = 2 /**< Accessibility mode */
} tts_mode_e;