From fd21d03d701f5de43a6a5273c81d6ecdc555ed05 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Tue, 9 Apr 2013 14:11:05 +0900 Subject: [PATCH] fixed wrong link page Change-Id: I6398366a397a35b5ab46bbbcb24ca73dd466868b --- inc/FUixSpeechSpeechToText.h | 2 +- inc/FUixSpeechTextToSpeech.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/FUixSpeechSpeechToText.h b/inc/FUixSpeechSpeechToText.h index 3d0660e..a3b9446 100644 --- a/inc/FUixSpeechSpeechToText.h +++ b/inc/FUixSpeechSpeechToText.h @@ -199,7 +199,7 @@ public: * @return An error code * @exception E_SUCCESS The method is successful. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 - * For more information, see Application Filtering. + * For more information, see Application Filtering. * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. * This method must be called after Construct(). */ diff --git a/inc/FUixSpeechTextToSpeech.h b/inc/FUixSpeechTextToSpeech.h index 38c122a..cf93b06 100644 --- a/inc/FUixSpeechTextToSpeech.h +++ b/inc/FUixSpeechTextToSpeech.h @@ -198,7 +198,7 @@ public: * @return An error code * @exception E_SUCCESS The method is successful. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 - * For more information, see Application Filtering. + * For more information, see Application Filtering. * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. * This method must be called after Construct(). */ -- 2.7.4