From c0685c0f58639849d11d69d3501270a4c9e27f48 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Sep 2014 19:50:28 -0400 Subject: [PATCH] Fix comment typo --- gtk/gtkmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c index ce023f96b3..9a21b551d2 100644 --- a/gtk/gtkmenu.c +++ b/gtk/gtkmenu.c @@ -4487,7 +4487,7 @@ gtk_menu_position (GtkMenu *menu, pointer = _gtk_menu_shell_get_grab_device (GTK_MENU_SHELL (menu)); gdk_device_get_position (pointer, &pointer_screen, &x, &y); - /* Realize so we have the proper width and heigh to figure out + /* Realize so we have the proper width and height to figure out * the right place to popup the menu. */ gtk_widget_realize (priv->toplevel);