From 1730184971321f65fa0961503bb44686e24f2c40 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 23 Jun 2020 16:20:27 +0200 Subject: [PATCH] Fix typos (cherry picked from commit b66f105f3ee6b3234f6ebd64af176a3a487d70f1) --- src/x11_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_monitor.c b/src/x11_monitor.c index 1f804aeb..fb3a67ba 100644 --- a/src/x11_monitor.c +++ b/src/x11_monitor.c @@ -164,7 +164,7 @@ void _glfwPollMonitorsX11(void) if (widthMM <= 0 || heightMM <= 0) { // HACK: If RandR does not provide a physical size, assume the - // X11 default 96 DPI and calcuate from the CRTC viewport + // X11 default 96 DPI and calculate from the CRTC viewport // NOTE: These members are affected by rotation, unlike the mode // info and output info members widthMM = (int) (ci->width * 25.4f / 96.f);