Fix the typo 48/231448/1
authorYoungHun Kim <yh8004.kim@samsung.com>
Wed, 22 Apr 2020 04:41:17 +0000 (13:41 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Wed, 22 Apr 2020 04:41:34 +0000 (13:41 +0900)
Change-Id: I13fa4503fa094b8094b4434b7c0c7bbe1d4557ed

packaging/mused.spec
server/src/muse_server_private.c

index b07d087..448d461 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mused
 Summary:    A multimedia daemon
-Version:    0.3.108
+Version:    0.3.109
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index b34662f..2c91182 100644 (file)
@@ -735,7 +735,7 @@ void ms_gst_init(char **cmd)
        /* add gst_param */
        argv = malloc(sizeof(gchar *) * (gst_param_cnt + 1));
        if (!argv) {
-               LOGE("argv memory leak allocatoin failed");
+               LOGE("argv memory leak allocation failed");
                free(argc);
                return;
        }