From 91b6757875e5ede40dac27331d9f44efc4a52846 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Tue, 24 Aug 2021 22:48:27 +0000 Subject: vo_drm: fix typo in error message --- video/out/drm_atomic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/drm_atomic.c b/video/out/drm_atomic.c index 0fa22f0823..bf7012c155 100644 --- a/video/out/drm_atomic.c +++ b/video/out/drm_atomic.c @@ -165,7 +165,7 @@ struct drm_atomic_context *drm_atomic_create_context(struct mp_log *log, int fd, plane_res = drmModeGetPlaneResources(fd); if (!plane_res) { - mp_err(log, "Cannot retrieve plane ressources: %s\n", mp_strerror(errno)); + mp_err(log, "Cannot retrieve plane resources: %s\n", mp_strerror(errno)); goto fail; } -- cgit v1.2.3