Delete processing timer at main thread
[platform/core/uifw/stt.git] / include / stt.h
index d457caf..47f9e68 100755 (executable)
@@ -220,7 +220,7 @@ typedef bool(*stt_supported_engine_cb)(stt_h stt, const char* engine_id, const c
 /**
  * @brief Called when STT gets the recognition result from the engine.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remarks After stt_stop() is called, silence is detected from recording, or partial result is occured, this function is called.
+ * @remarks After stt_stop() is called, silence is detected from recording, or partial result is occurred, this function is called.
  * @param[in] stt The STT handle
  * @param[in] event The result event
  * @param[in] data Result texts
@@ -1094,7 +1094,7 @@ int stt_unset_engine_changed_cb(stt_h stt);
 
 
 /**
- * @}@}
+ * @}
  */