]> code.delx.au - gnu-emacs/blobdiff - src/xmenu.c
Merge from trunk.
[gnu-emacs] / src / xmenu.c
index f7497955e93e5752a8e29f02692d11f8c64bd3ab..eab25d709f6ed9ad0e23e1ec82c5bb4d1a6a6d35 100644 (file)
@@ -742,7 +742,7 @@ menu_highlight_callback (GtkWidget *widget, gpointer call_data)
   /* If popup_activated_flag is greater than 1 we are in a popup menu.
      Don't pass the frame to show_help_event for those.
      Passing frame creates an Emacs event.  As we are looping in
-     popup_widget_loop, it won't be handeled.  Passing NULL shows the tip
+     popup_widget_loop, it won't be handled.  Passing NULL shows the tip
      directly without using an Emacs event.  This is what the Lucid code
      does below.  */
   show_help_event (popup_activated_flag <= 1 ? cb_data->cl_data->f : NULL,