From 3d1dae43b6fac8fbff6692d74fa968bcbd5c2e7c Mon Sep 17 00:00:00 2001 From: Mok Jeongho Date: Fri, 23 Sep 2016 17:08:06 +0900 Subject: [PATCH] Fix mistypo in doxygen comment [Version] 0.1.22 [Profile] Common [Issue Type] Deprecation Change-Id: I01f6d7f73a2b390c95316eb3deca168d5f916a50 --- include/wav_player.h | 2 +- packaging/capi-media-wav-player.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wav_player.h b/include/wav_player.h index bf056b3..cc5d222 100644 --- a/include/wav_player.h +++ b/include/wav_player.h @@ -79,7 +79,7 @@ typedef void (*wav_player_playback_completed_cb)(int id, void *user_data); * @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] path The file path to play * @param[in] type The sound type diff --git a/packaging/capi-media-wav-player.spec b/packaging/capi-media-wav-player.spec index 373c4ba..d0788ac 100755 --- a/packaging/capi-media-wav-player.spec +++ b/packaging/capi-media-wav-player.spec @@ -1,6 +1,6 @@ Name: capi-media-wav-player Summary: A wav player library in Tizen C API -Version: 0.1.21 +Version: 0.1.22 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.7.4