From 1f62f38106e9de88b277e5e8df359d31f544ed08 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sun, 27 Dec 2015 19:20:59 +0100 Subject: wayland: fix typo in error message --- video/out/wayland_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index 4e9958d79e..b56ea8aa4c 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -1135,7 +1135,7 @@ static int vo_wayland_check_events (struct vo *vo) if (poll(&fd, 1, 0) > 0) { if (fd.revents & POLLERR) { - MP_ERR(wl, "error occured on the drag&drop fd\n"); + MP_ERR(wl, "error occurred on the drag&drop fd\n"); close(wl->input.dnd_fd); wl->input.dnd_fd = -1; } -- cgit v1.2.3