Fix typo from doxygen description
[platform/core/uifw/stt.git] / include / stt.h
index e57c57d..83290ef 100755 (executable)
@@ -1188,7 +1188,7 @@ int stt_unset_speech_status_cb(stt_h stt);
  * @remarks This function starts audio streaming in the STT service.
  *          This work continues until stt_stop_audio_streaming(), stt_cancel() or silence detected by engine.
  * @param[in] stt The STT handle
- * @param[in] language The language selected from stt_foreach_supported_languages() (e.g. #NULL(Automatic), 'en_US')
+ * @param[in] language The language selected from stt_foreach_supported_languages() (e.g. NULL(Automatic), 'en_US')
  * @param[in] type The type for recognition (e.g. #STT_RECOGNITION_TYPE_FREE, #STT_RECOGNITION_TYPE_FREE_PARTIAL)
  * @return @c 0 on success,
  *         otherwise a negative error value