Fix mistypo in doxygen comment 71/89371/3 accepted/tizen/3.0/common/20161114.105335 accepted/tizen/3.0/ivi/20161011.065232 accepted/tizen/3.0/mobile/20161015.034454 accepted/tizen/3.0/tv/20161016.010127 accepted/tizen/3.0/wearable/20161015.084521 accepted/tizen/common/20160928.164022 accepted/tizen/ivi/20160930.040810 accepted/tizen/mobile/20160930.040507 accepted/tizen/tv/20160930.040621 accepted/tizen/wearable/20160930.040713 submit/tizen/20160928.043825 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000007 submit/tizen_3.0_mobile/20161015.000007 submit/tizen_3.0_tv/20161015.000006 submit/tizen_3.0_wearable/20161015.000006
authorMok Jeongho <jho.mok@samsung.com>
Fri, 23 Sep 2016 08:10:10 +0000 (17:10 +0900)
committerMok Jeongho <jho.mok@samsung.com>
Fri, 23 Sep 2016 08:21:13 +0000 (17:21 +0900)
[Version] 0.1.11
[Profile] Common
[Issue Type] Deprecation

Change-Id: I06bd189576c499f2427ecf30e48b98160ac666dd

include/tone_player.h
packaging/capi-media-tone-player.spec

index 3740e2e..05d2e1d 100755 (executable)
@@ -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
index 3ea6d11..ada800f 100755 (executable)
@@ -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