From 79f98f3a13bfdec4d085dc4ed708e1ccb1ae4437 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 22 Oct 2023 21:48:19 -0400 Subject: [PATCH] Cosmetics Typo fix. --- gdk/wayland/gdkglcontext-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/wayland/gdkglcontext-wayland.c b/gdk/wayland/gdkglcontext-wayland.c index fcf4ace152..3b15652e4a 100644 --- a/gdk/wayland/gdkglcontext-wayland.c +++ b/gdk/wayland/gdkglcontext-wayland.c @@ -75,7 +75,7 @@ gdk_wayland_gl_context_end_frame (GdkDrawContext *draw_context, WL_SURFACE_OFFSET_SINCE_VERSION) wl_surface_offset (impl->display_server.wl_surface, dx, dy); - /* We should do ths when setting up the EGLSurface, but we don't make_current then */ + /* We should do this when setting up the EGLSurface, but we don't make_current then */ eglSwapInterval (gdk_display_get_egl_display (gdk_draw_context_get_display (draw_context)), 0); GDK_DRAW_CONTEXT_CLASS (gdk_wayland_gl_context_parent_class)->end_frame (draw_context, painted);