diff options
Diffstat (limited to 'gtk/gtkinfobar.c')
-rw-r--r-- | gtk/gtkinfobar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 214be6e8d7..fc317dfafe 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -666,7 +666,7 @@ add_buttons_valist (GtkInfoBar *info_bar, * @info_bar: a `GtkInfoBar` * @first_button_text: button text * @...: response ID for first button, then more text-response_id pairs, - * ending with %NULL + * ending with %NULL * * Adds multiple buttons. * |