From ec22646210eda62dfb353986668ed0c842ced25f Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Wed, 9 Jan 2019 14:24:29 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20a=20typo=20in=20=E2=80=9Cpopup-context-me?= =?UTF-8?q?nu=E2=80=9D=20documentation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtk/gtktoolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index dbf53dd9cd..f58844a960 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -438,7 +438,7 @@ gtk_toolbar_class_init (GtkToolbarClass *klass) * to display a context menu on the toolbar. The context-menu should * appear at the coordinates given by @x and @y. The mouse button * number is given by the @button parameter. If the menu was popped - * up using the keybaord, @button is -1. + * up using the keyboard, @button is -1. * * Returns: return %TRUE if the signal was handled, %FALSE if not */