Fix typo - change 'transotions' to 'transitions' 11/231411/3
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 22 Apr 2020 01:39:31 +0000 (10:39 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 22 Apr 2020 04:42:27 +0000 (13:42 +0900)
[Version] 0.1.30
[Issue Type] Typo

Change-Id: I8e1f1ab3aea3b89ddb1c7cffbb53ebf4b5ca2437
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/capi-media-streamer.spec
src/media_streamer_priv.c

index dd27a67..78d8c28 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-streamer
 Summary:    A Media Streamer API
-Version:    0.1.29
+Version:    0.1.30
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0
index d1fb279..9d42f0b 100644 (file)
@@ -321,7 +321,7 @@ static int __ms_change_resources_state(media_streamer_s *ms_streamer, media_stre
        ms_retvm_if(ms_streamer == NULL, MEDIA_STREAMER_ERROR_INVALID_PARAMETER, "ms_streamer is NULL");
 
        /* According to state graph we need to handle only this two states
-        * and different transotions into them */
+        * and different transitions into them */
        if (state == MEDIA_STREAMER_STATE_IDLE) {
                switch (ms_streamer->pend_state) {
                case MEDIA_STREAMER_STATE_READY:
@@ -461,7 +461,7 @@ static int __ms_change_policy_state(media_streamer_s *ms_streamer, media_streame
        ms_retvm_if(ms_streamer == NULL, MEDIA_STREAMER_ERROR_INVALID_PARAMETER, "ms_streamer is NULL");
 
        /* According to state graph we need to handle only this state
-        * and different transotions into them */
+        * and different transitions into them */
        if (state == MEDIA_STREAMER_STATE_READY) {
                switch (ms_streamer->pend_state) {
                case MEDIA_STREAMER_STATE_IDLE: