From dd780b3ce02da90709b5ff03416286994596ad26 Mon Sep 17 00:00:00 2001 From: Cam Cook Date: Sun, 27 Nov 2022 06:49:40 -0500 Subject: [PATCH] | domain | current | suggestion | |--------|---------|------------| | [GtkHeaderBar](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkheaderbar.c#L780) | "specifies a icon" | "specifies an icon" | --- gtk/gtkheaderbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c index a6438a99aa..fa560bb341 100644 --- a/gtk/gtkheaderbar.c +++ b/gtk/gtkheaderbar.c @@ -777,7 +777,7 @@ gtk_header_bar_set_show_title_buttons (GtkHeaderBar *bar, * from those on the right. Recognized button names are minimize, * maximize, close and icon (the window icon). * - * For example, “icon:minimize,maximize,close” specifies a icon + * For example, “icon:minimize,maximize,close” specifies an icon * on the left, and minimize, maximize and close buttons on the right. */ void -- 2.30.2