summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-07-03 19:00:33 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-07-03 19:00:33 +0200
commit56b9dcaabb03498c2ec8e5a00b048582cba0c732 (patch)
tree63accc4329d4e213f0b892f2cfc5f6fef668ac46 /video
parent17e5542574e4e5ab869e913f0ae58aeb2e4ff50f (diff)
downloadmpv-56b9dcaabb03498c2ec8e5a00b048582cba0c732.tar.bz2
mpv-56b9dcaabb03498c2ec8e5a00b048582cba0c732.tar.xz
wayland: fix typo
Diffstat (limited to 'video')
-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");
}