From 5e1974b82ea2b4d928d6f55ed8fe39d0453e186a Mon Sep 17 00:00:00 2001 From: Mok Jeongho Date: Fri, 23 Sep 2016 17:10:10 +0900 Subject: [PATCH] Fix mistypo in doxygen comment [Version] 0.1.11 [Profile] Common [Issue Type] Deprecation Change-Id: I06bd189576c499f2427ecf30e48b98160ac666dd --- include/tone_player.h | 4 ++-- packaging/capi-media-tone-player.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tone_player.h b/include/tone_player.h index 3740e2e..05d2e1d 100755 --- a/include/tone_player.h +++ b/include/tone_player.h @@ -41,7 +41,7 @@ extern "C" */ /** - * @brief Enumeration of error codes for wav player. + * @brief Enumeration of error codes for tone player. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */ typedef enum { @@ -188,7 +188,7 @@ typedef enum { * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @remarks Sound can be mixed with other sounds if you don't control the sound session in sound-manager module since 3.0.\n - * You can refer to @ref CAPI_MEDIA_SUOND_MANAGER_MODULE. + * You can refer to @ref CAPI_MEDIA_SOUND_MANAGER_MODULE. * * @param[in] tone The tone type to play * @param[in] type The sound type diff --git a/packaging/capi-media-tone-player.spec b/packaging/capi-media-tone-player.spec index 3ea6d11..ada800f 100755 --- a/packaging/capi-media-tone-player.spec +++ b/packaging/capi-media-tone-player.spec @@ -1,6 +1,6 @@ Name: capi-media-tone-player Summary: A tone player library in Tizen C API -Version: 0.1.10 +Version: 0.1.11 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.7.4