From 88f8ca42f56474cc9026802edb87cb7a279074d6 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 18 Apr 2026 18:53:03 +0200 Subject: [PATCH] Update rcore_drm.c --- src/platforms/rcore_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/rcore_drm.c b/src/platforms/rcore_drm.c index 708a78004..98c35f7e8 100644 --- a/src/platforms/rcore_drm.c +++ b/src/platforms/rcore_drm.c @@ -1426,7 +1426,7 @@ int InitPlatform(void) if (eglGetPlatformDisplayEXT != NULL) platform.device = eglGetPlatformDisplayEXT(EGL_PLATFORM_GBM_KHR, platform.gbmDevice, NULL); } - // In case extension not found or display could not be retrieved, try useing legacy version + // In case extension not found or display could not be retrieved, try using legacy version if (platform.device == EGL_NO_DISPLAY) platform.device = eglGetDisplay((EGLNativeDisplayType)platform.gbmDevice); #endif if (platform.device == EGL_NO_DISPLAY)