Fix typo 29/289129/2 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.093434 accepted/tizen/unified/20230306.081553 tizen_8.0_m2_release
authorjiyong.min <jiyong.min@samsung.com>
Thu, 2 Mar 2023 02:12:14 +0000 (11:12 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 2 Mar 2023 08:44:20 +0000 (17:44 +0900)
Change-Id: I1dc8b69700f967bd0b175be8e65ea14120453bfd

src/media-thumbnail.c

index 4671f82..b66af36 100755 (executable)
@@ -92,7 +92,7 @@ static int __get_video_meta(int cdis_value, const char *path, int *video_track_n
        void *_frame = NULL;
 
        if (cdis_value == 1) {
-               thumb_warn("This is CDIS vlaue 1");
+               thumb_warn("This is CDIS value 1");
                err = mm_file_create_content_attrs_safe(&content, path);
        } else {
                err = mm_file_create_content_attrs(&content, path);
@@ -426,7 +426,7 @@ static mm_util_rotate_type_e __get_image_orientation(const char *path)
 
        /* exif orientation
         * 0 - not available, 1- normal, 2 - hflip, 3 - rot_180,
-        * 4 - vflip, 5 - tranpose, 6 - rot_90, 7 - transverse, 8 - rot_270
+        * 4 - vflip, 5 - transpose, 6 - rot_90, 7 - transverse, 8 - rot_270
         */
        switch (orientation) {
        case 3: