Delete processing timer at main thread
[platform/core/uifw/stt.git] / include / stt_file.h
index 01a6a73..11bbc74 100644 (file)
@@ -106,7 +106,7 @@ typedef bool(*stt_file_supported_engine_cb)(const char* engine_id, const char* e
 /**
 * @brief Called when STT gets the recognition result from engine.
 *
-* @remark After stt_file_start() is called and recognition result is occured, this function is called.
+* @remark After stt_file_start() is called and recognition result is occurred, this function is called.
 *
 * @param[in] event The result event
 * @param[in] data Result texts
@@ -425,7 +425,7 @@ int stt_file_unset_state_changed_cb(void);
 #endif
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* __STT_FILE_H__ */