From e141d61593a3acd72bbdf40664b079b02dc275f9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 Jan 2021 16:34:34 -0500 Subject: [PATCH] docs: Cosmetics --- gdk/gdkdrawcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdrawcontext.c b/gdk/gdkdrawcontext.c index 3c74267b57..d0ea519e18 100644 --- a/gdk/gdkdrawcontext.c +++ b/gdk/gdkdrawcontext.c @@ -280,7 +280,7 @@ gdk_draw_context_get_surface (GdkDrawContext *context) * implementation must use gdk_draw_context_get_frame_region() to query the * region that must be drawn. * - * When using GTK+, the widget system automatically places calls to + * When using GTK, the widget system automatically places calls to * gdk_draw_context_begin_frame() and gdk_draw_context_end_frame() via the * use of #GskRenderers, so application code does not need to call these * functions explicitly.