[testsuite] Fix typo 49/259449/1
authorHyunsoo Park <hance.park@samsung.com>
Tue, 8 Jun 2021 07:37:20 +0000 (16:37 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Tue, 8 Jun 2021 07:37:20 +0000 (16:37 +0900)
Change-Id: I8fa5389897101a0250c07941512cb9aad343bab4
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
test_sink/scmirroring_sink_test.c

index f1d3f2258b2fd7dad1bdbf14fe537782fef299e3..b278314c733fd47a198f4f4a09ac6fd293715d58 100644 (file)
@@ -361,7 +361,7 @@ static void __interpret_stream_info_submenu(char *cmd)
                if (ret != SCMIRRORING_ERROR_NONE)
                        g_print("Error : scmirroring_sink_get_negotiated_video_resolution fail[%d]\n", ret);
                else
-                       g_print("video resoltuion : width[%d], height[%d]\n", width, height);
+                       g_print("video resolution : width[%d], height[%d]\n", width, height);
 
        } else if (strncmp(cmd, "3", 1) == 0) {
 
@@ -846,7 +846,7 @@ static void __interpret(char *cmd)
                g_print("unknown menu \n");
 
        if (ret != SCMIRRORING_ERROR_NONE)
-               g_print("Error Occured [%d]", ret);
+               g_print("Error Occurred [%d]", ret);
 
        g_timeout_add(100, __timeout_menu_display, 0);