diff src/gtkutil.c @ 102358:07bc423d78f1

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 02 Mar 2009 08:55:47 +0000
parents 43221c2f4272
children f737bc68655e
line wrap: on
line diff
--- a/src/gtkutil.c	Mon Mar 02 08:03:41 2009 +0000
+++ b/src/gtkutil.c	Mon Mar 02 08:55:47 2009 +0000
@@ -2588,7 +2588,7 @@
 /* Update the menu item W so it corresponds to VAL.
    SELECT_CB is the callback to use when a menu item is selected.
    HIGHLIGHT_CB is the callback to call when entering/leaving menu items.
-   CL_DATA is the data to set in the widget for menu invokation.  */
+   CL_DATA is the data to set in the widget for menu invocation.  */
 
 static void
 xg_update_menu_item (val, w, select_cb, highlight_cb, cl_data)