Merge "Change uid and gid for service files" into tizen
[platform/core/uifw/tts.git] / test / test_main.c
index 1bcb001..1d39556 100755 (executable)
@@ -156,7 +156,7 @@ Eina_Bool __tts_test_destroy(void *data)
                SLOG(LOG_ERROR, tts_tag(), "Fail to unprepare");
        }
 
-       SLOG(LOG_ERROR, tts_tag(), "Destory tts client");
+       SLOG(LOG_ERROR, tts_tag(), "Destroy tts client");
        ret = tts_destroy(g_tts);
        if (TTS_ERROR_NONE != ret) {
                SLOG(LOG_ERROR, tts_tag(), "Fail to destroy");
@@ -212,7 +212,7 @@ int main(int argc, char *argv[])
                        SLOG(LOG_DEBUG, tts_tag(), "  TTS test usage");
                        SLOG(LOG_DEBUG, tts_tag(), " ==========================================");
                        SLOG(LOG_DEBUG, tts_tag(), "  -t : Synthesize text");
-                       SLOG(LOG_DEBUG, tts_tag(), "  -l : Determine langage to synthesize text, ex) en_US, ko_KR ...");
+                       SLOG(LOG_DEBUG, tts_tag(), "  -l : Determine language to synthesize text, ex) en_US, ko_KR ...");
                        SLOG(LOG_DEBUG, tts_tag(), "  -f : Determine file path which include text");
                        SLOG(LOG_DEBUG, tts_tag(), " ***************************************************");
                        SLOG(LOG_DEBUG, tts_tag(), "    Example : #tts-test -l en_US -t \"1 2 3 4\" ");
@@ -220,7 +220,7 @@ int main(int argc, char *argv[])
                        return 0;
                }
 
-               /* check langage option */
+               /* check language option */
                if (!strcmp("-l", argv[n])) {
                        lang = TTS_STRDUP(argv[n+1]);
                        SLOG(LOG_ERROR, tts_tag(), "Language : %s", lang);