summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/wayland_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index 9fea1d9a12..bd83bfdb7f 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -557,7 +557,7 @@ static void resize_window(struct vo_wayland_state *wl,
w->events |= VO_EVENT_RESIZE;
}
else
- mp_msg(MSGT_VO, MSGL_WARN, "[waylnad] No resizing possible!\n");
+ mp_msg(MSGT_VO, MSGL_WARN, "[wayland] No resizing possible!\n");
}