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 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;
}