From 1df3c87ed525405801213e3f2d108872b1a92a11 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 26 Jun 2024 07:31:49 -0400 Subject: [PATCH] Cosmetics --- gdk/gdkpopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkpopup.c b/gdk/gdkpopup.c index 1fd6bb6ff4..3e8170fa20 100644 --- a/gdk/gdkpopup.c +++ b/gdk/gdkpopup.c @@ -109,7 +109,7 @@ gdk_popup_default_init (GdkPopupInterface *iface) * * Present @popup after having processed the `GdkPopupLayout` rules. * - * If the popup was previously now showing, it will be showed, + * If the popup was previously not showing, it will be shown, * otherwise it will change position according to @layout. * * After calling this function, the result should be handled in response