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) {
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);