Fix errata 73/171673/2 accepted/tizen/unified/20180307.071342 submit/tizen/20180306.101920
authorsooyeon.kim <sooyeon.kim@samsung.com>
Tue, 6 Mar 2018 10:05:32 +0000 (19:05 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Tue, 6 Mar 2018 10:09:36 +0000 (19:09 +0900)
Change-Id: I938cb984375b29c4030224cdf6176b6d434ff52a
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
doc/uix_tts_doc.h
include/tts.h

index 4072264..17e3837 100644 (file)
@@ -57,7 +57,7 @@
  * 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>
index c46f108..db987d8 100644 (file)
@@ -68,7 +68,7 @@ typedef enum {
 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;