From d8e7f0a8a90c9fe98af548f103640c38fe233ade Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Mon, 22 May 2023 21:39:36 +0100 Subject: [PATCH] MenuButton: Fix small grammar-o/match related syms --- gtk/gtkmenubutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c index e6870523b5..37263c7411 100644 --- a/gtk/gtkmenubutton.c +++ b/gtk/gtkmenubutton.c @@ -1554,7 +1554,7 @@ gtk_menu_button_get_child (GtkMenuButton *menu_button) * @menu_button: a `GtkMenuButton` * @active: whether the menu button is active * - * Sets whether menu button acts is active. + * Sets whether the menu button is active. * * Since: 4.10 */ -- 2.30.2